From 3b3bd6ca149b49bad64fbde6cb8e57d68f3eb600 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 13 Nov 2022 12:57:54 +0100 Subject: [PATCH] clean up --- components/ideintf/formeditingintf.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ideintf/formeditingintf.pas b/components/ideintf/formeditingintf.pas index 165f21a156..3963f45201 100644 --- a/components/ideintf/formeditingintf.pas +++ b/components/ideintf/formeditingintf.pas @@ -580,8 +580,6 @@ end; procedure TDesignerMediator.SetDesigner(const AValue: TComponentEditorDesigner); begin if FDesigner=AValue then exit; - //if FDesigner<>nil then begin - //end; FDesigner:=AValue; end;