Designer: remove a duplicate call to DoDeletePersistent.

git-svn-id: trunk@46068 -
This commit is contained in:
juha 2014-08-23 15:50:54 +00:00
parent f518acb493
commit 8db03dc81d

View File

@ -3038,7 +3038,7 @@ begin
{$IFDEF VerboseDesigner}
DebugLn('[TDesigner.Notification] opRemove ',dbgsName(AComponent));
{$ENDIF}
DoDeletePersistent(AComponent,false);
// DoDeletePersistent is called already in RemovePersistentAndChilds.
end;
end;