diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-17 19:59:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-17 19:59:32 +0300 |
commit | 34d9db73c26ad24b1f8bf1e5a1949c407c9639ca (patch) | |
tree | 4e8875c6e3b9a18b947963edf9088aa0d915f9c0 /plugins/TabSRMM/src/mim.h | |
parent | 83175855d796e139c67d145e710336ec44660319 (diff) |
- tabSRMM to share the kernel window list for chats & group chats;
- button creation nuances moved to the core
Diffstat (limited to 'plugins/TabSRMM/src/mim.h')
-rw-r--r-- | plugins/TabSRMM/src/mim.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/mim.h b/plugins/TabSRMM/src/mim.h index 8322326611..7c648e48d7 100644 --- a/plugins/TabSRMM/src/mim.h +++ b/plugins/TabSRMM/src/mim.h @@ -193,8 +193,6 @@ public: static int MessageEventAdded(WPARAM wParam, LPARAM lParam);
public:
- MWindowList m_hMessageWindowList;
-
// various function pointers
static PDTTE m_pfnDrawThemeTextEx;
static DEFICA m_pfnDwmExtendFrameIntoClientArea;
|