diff options
Diffstat (limited to 'plugins/Clist_modern/init.cpp')
-rw-r--r-- | plugins/Clist_modern/init.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/init.cpp b/plugins/Clist_modern/init.cpp index 6a42b4188d..50674dffa4 100644 --- a/plugins/Clist_modern/init.cpp +++ b/plugins/Clist_modern/init.cpp @@ -136,8 +136,6 @@ PLUGININTERFACE int Unload(void) if (IsWindow(pcli->hwndContactList)) DestroyWindow(pcli->hwndContactList);
pcli->hwndContactList = NULL;
- UnhookAll();
-
BackgroundsUnloadModule();
SkinEngineUnloadModule();
XPThemesUnloadModule();
|