summaryrefslogtreecommitdiff
path: root/src/core/stdmsg/src/statusicon.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-04-14 12:31:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-04-14 12:31:13 +0300
commite879ff621a1d12b133e5ad0ed608cbd7ca542d25 (patch)
tree0f4b93d28a6de359c41b6be0002462191d98e56c /src/core/stdmsg/src/statusicon.cpp
parent5a175d69f6402d6fbdd8a90650d98c346545a4fd (diff)
unused code cleaned
Diffstat (limited to 'src/core/stdmsg/src/statusicon.cpp')
-rw-r--r--src/core/stdmsg/src/statusicon.cpp2
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);