diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-16 19:10:08 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-16 19:10:08 +0300 |
commit | f2ccf5871c22c9c231c44a1149c944231ac7423e (patch) | |
tree | 1bc65d7a4b8c388b19b306ca2e2df3f834e4f93b /plugins/TabSRMM/src/globals.h | |
parent | f0157cebda12743f081e1e43e1c986dde60e2cd0 (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.h | 4 |
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);
|