diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-14 12:31:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-14 12:31:13 +0300 |
commit | e879ff621a1d12b133e5ad0ed608cbd7ca542d25 (patch) | |
tree | 0f4b93d28a6de359c41b6be0002462191d98e56c /src/core/stdmsg/src/statusicon.cpp | |
parent | 5a175d69f6402d6fbdd8a90650d98c346545a4fd (diff) |
unused code cleaned
Diffstat (limited to 'src/core/stdmsg/src/statusicon.cpp')
-rw-r--r-- | src/core/stdmsg/src/statusicon.cpp | 2 |
1 files changed, 0 insertions, 2 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);
|