LazMapViewer: #39092 again: Revert previous commit (RemoveFreeNotifications does not exist in FPC 3.2.2).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9631 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
8d32ebf01d
commit
2f44bae778
@ -991,7 +991,6 @@ end;
|
||||
|
||||
destructor TMvPluginManager.Destroy;
|
||||
begin
|
||||
RemoveFreeNotifications;
|
||||
while FPluginList.Count > 0 do
|
||||
FPluginList[FPluginList.Count-1].Free;
|
||||
FPluginList.Free;
|
||||
@ -1358,6 +1357,7 @@ end;
|
||||
procedure TMvPluginManager.RemoveMapView(AMapView: TMapView);
|
||||
begin
|
||||
RemoveMouseButton(AMapView);
|
||||
if not (csDestroying in ComponentState) then
|
||||
FMapList.Remove(AMapView);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user