ソースを参照

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;
 
 function GetMessageBoxResultText(const AResult: Integer): String;
-const
-  IDTRYAGAIN = 10;
-  IDCONTINUE = 11;
 begin
   case AResult of
     IDOK: Result := 'OK';