Jelajahi Sumber

Clean up, not going to support these for now.

Martijn Laan 6 tahun lalu
induk
melakukan
628d1e66f6
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      Projects/TaskDialog.pas

+ 0 - 2
Projects/TaskDialog.pas

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