فهرست منبع

Cleanup. (Can't do same for MB_CANCELTRYCONTINUE.)

Martijn Laan 1 سال پیش
والد
کامیت
b789d82ee1
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      Projects/Src/Setup.MainFunc.pas

+ 0 - 3
Projects/Src/Setup.MainFunc.pas

@@ -2318,9 +2318,6 @@ begin
 end;
 end;
 
 
 function GetMessageBoxResultText(const AResult: Integer): String;
 function GetMessageBoxResultText(const AResult: Integer): String;
-const
-  IDTRYAGAIN = 10;
-  IDCONTINUE = 11;
 begin
 begin
   case AResult of
   case AResult of
     IDOK: Result := 'OK';
     IDOK: Result := 'OK';