diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-15 23:29:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-15 23:29:39 +0300 |
commit | 63dd9362a3f8f071669de8f03c06d74a7a617eb8 (patch) | |
tree | 78727f52ba4ee6f2720fb89d65fd73a84cc3e97f /src/core/stdmsg/src/statusicon.cpp | |
parent | 47a8f51fb9830ac470c40dfce3ce27c09fd82d7b (diff) |
new methods of CCtrlPages
Diffstat (limited to 'src/core/stdmsg/src/statusicon.cpp')
-rw-r--r-- | src/core/stdmsg/src/statusicon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/statusicon.cpp b/src/core/stdmsg/src/statusicon.cpp index 50ee08084e..e7178b0611 100644 --- a/src/core/stdmsg/src/statusicon.cpp +++ b/src/core/stdmsg/src/statusicon.cpp @@ -67,7 +67,6 @@ void CheckStatusIconClick(MCONTACT hContact, HWND hwndFrom, POINT pt, const RECT sicd.dwId = sid->dwId;
sicd.szModule = sid->szModule;
sicd.flags = click_flags;
-
NotifyEventHooks(hHookIconPressedEvt, hContact, (LPARAM)&sicd);
}
|