Forráskód Böngészése

Clean up, not going to support these for now.

Martijn Laan 6 éve
szülő
commit
628d1e66f6
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      Projects/TaskDialog.pas

+ 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