MenuEditor: Cleaning up. Remove unneeded GlobalDesignHook.RemoveHandler

git-svn-id: trunk@54961 -
This commit is contained in:
michl 2017-05-18 06:14:47 +00:00
parent 3e154dc287
commit e2665a6beb

View File

@ -2628,8 +2628,6 @@ end;
destructor TMenuDesigner.Destroy;
begin
FreeAndNil(FGui);
if (GlobalDesignHook <> nil) then
GlobalDesignHook.RemoveAllHandlersForObject(Self);
inherited Destroy;
end;