diff options
Diffstat (limited to 'plugins/MetaContacts/meta_services.cpp')
-rw-r--r-- | plugins/MetaContacts/meta_services.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MetaContacts/meta_services.cpp b/plugins/MetaContacts/meta_services.cpp index 1fe1d9af4d..94aea51fc9 100644 --- a/plugins/MetaContacts/meta_services.cpp +++ b/plugins/MetaContacts/meta_services.cpp @@ -2072,6 +2072,4 @@ void Meta_CloseHandles() // lets leave them, hey? (why?)
for (i=0;i<NB_SERVICES;i++) // Scan each 'HANDLE' and Destroy the service attached to it.
if (hServices[i]) DestroyServiceFunction(hServices[i]);
-
- DeinitIcons();
}
|