Browse Source

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

Martijn Laan 1 year ago
parent
commit
b789d82ee1
1 changed files with 0 additions and 3 deletions
  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';