2
0
Эх сурвалжийг харах

Clean up, not going to support these for now.

Martijn Laan 6 жил өмнө
parent
commit
628d1e66f6

+ 0 - 2
Projects/TaskDialog.pas

@@ -122,7 +122,6 @@ begin
   end;
   NButtonLabelsAvailable := Length(ButtonLabels);
   case Buttons of
-  //MB_DEFBUTTON1, MB_DEFBUTTON2, MB_DEFBUTTON3, MB_SETFOREGROUND
     MB_OK, MB_OKCANCEL:
       begin
         if NButtonLabelsAvailable = 0 then
@@ -145,7 +144,6 @@ begin
         if Buttons = MB_YESNOCANCEL then
           TDCommonButtons := TDCommonButtons or TDCBF_CANCEL_BUTTON;
       end;
-    //MB_ABORTRETRYIGNORE: TDCBF_ABORT_BUTTON and TDCBF_IGNORE_BUTTON don't exist
     MB_RETRYCANCEL:
       begin
         if NButtonLabelsAvailable = 0 then