summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/globals.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-16 19:10:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-16 19:10:08 +0300
commitf2ccf5871c22c9c231c44a1149c944231ac7423e (patch)
tree1bc65d7a4b8c388b19b306ca2e2df3f834e4f93b /plugins/TabSRMM/src/globals.h
parentf0157cebda12743f081e1e43e1c986dde60e2cd0 (diff)
fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN)
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r--plugins/TabSRMM/src/globals.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h
index 211813f712..409e1891e8 100644
--- a/plugins/TabSRMM/src/globals.h
+++ b/plugins/TabSRMM/src/globals.h
@@ -72,8 +72,7 @@ public:
HIMAGELIST g_hImageList;
HICON g_IconMsgEvent, g_IconTypingEvent, g_IconFileEvent, g_IconSend;
HICON g_IconMsgEventBig, g_IconTypingEventBig;
- HMENU g_hMenuContext, g_hMenuContainer, g_hMenuTrayUnread;
- HMENU g_hMenuFavorites, g_hMenuRecent, g_hMenuTrayContext;
+ HMENU g_hMenuContext, g_hMenuContainer;
HICON g_buttonBarIcons[NR_BUTTONBARICONS];
HICON g_sideBarIcons[NR_SIDEBARICONS];
HANDLE g_buttonBarIconHandles[23];
@@ -152,7 +151,6 @@ private:
static int m_exLine;
static bool m_exAllowContinue;
private:
- static int TopToolbarLoaded(WPARAM, LPARAM);
static int ModulesLoaded(WPARAM wParam, LPARAM lParam);
static int DBSettingChanged(WPARAM wParam, LPARAM lParam);
static int DBContactDeleted(WPARAM wParam, LPARAM lParam);