diff options
-rw-r--r-- | src/core/stdmsg/src/statusicon.cpp | 2 | ||||
-rw-r--r-- | src/mir_app/src/srmm_statusicon.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/core/stdmsg/src/statusicon.cpp b/src/core/stdmsg/src/statusicon.cpp index 057a544e41..f467720907 100644 --- a/src/core/stdmsg/src/statusicon.cpp +++ b/src/core/stdmsg/src/statusicon.cpp @@ -70,8 +70,6 @@ void CheckStatusIconClick(MCONTACT hContact, HWND hwndFrom, POINT pt, const RECT NotifyEventHooks(hHookIconPressedEvt, hContact, (LPARAM)&sicd);
}
-HANDLE hServiceIcon[3];
-
int InitStatusIcons()
{
HookEvent(ME_MSG_ICONSCHANGED, OnSrmmIconChanged);
diff --git a/src/mir_app/src/srmm_statusicon.cpp b/src/mir_app/src/srmm_statusicon.cpp index f7887095fe..67a97ebf05 100644 --- a/src/mir_app/src/srmm_statusicon.cpp +++ b/src/mir_app/src/srmm_statusicon.cpp @@ -219,7 +219,6 @@ int LoadSrmmModule() void UnloadSrmmModule()
{
arIcons.destroy();
- NotifyEventHooks(hHookIconsChanged, 0, 0);
DestroyHookableEvent(hHookIconsChanged);
DestroyHookableEvent(hHookSrmmEvent);
|