소스 검색

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';