mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:12:36 +02:00
Revert "TTaskDialog: fix widgetset registration."
This reverts commit e8dc8eb5fc
, because it broke compilation.
This commit is contained in:
parent
a26e43f773
commit
4deab8fcb5
@ -257,7 +257,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TCarbonWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -268,7 +268,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TCocoaWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -268,7 +268,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TCDWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -264,7 +264,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TFpGuiWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -295,7 +295,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TGtkWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -295,7 +295,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TGtk2WSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -306,7 +306,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TGtk3WSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -257,7 +257,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TMuiWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -272,7 +272,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TQtWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -275,7 +275,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TQtWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -275,7 +275,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TQtWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
@ -266,7 +266,6 @@ end;
|
||||
|
||||
function RegisterTaskDialog: Boolean; alias : 'WSRegisterTaskDialog';
|
||||
begin
|
||||
RegisterWSComponent(TTaskDialog, TWinCEWSTaskDialog);
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user