mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 09:16:16 +02:00
clean up
This commit is contained in:
parent
c486dc6a82
commit
3b3bd6ca14
@ -580,8 +580,6 @@ end;
|
|||||||
procedure TDesignerMediator.SetDesigner(const AValue: TComponentEditorDesigner);
|
procedure TDesignerMediator.SetDesigner(const AValue: TComponentEditorDesigner);
|
||||||
begin
|
begin
|
||||||
if FDesigner=AValue then exit;
|
if FDesigner=AValue then exit;
|
||||||
//if FDesigner<>nil then begin
|
|
||||||
//end;
|
|
||||||
FDesigner:=AValue;
|
FDesigner:=AValue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user