diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-15 12:50:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-15 12:50:56 +0000 |
commit | f5181037fb93cebe849b625e5759f60192d406e2 (patch) | |
tree | a1910525bc7259110dd284ac65e11e47350a8ffe /plugins/TabSRMM/src/globals.h | |
parent | bf98c312685197382277ac766ed2e4ceb1e7c1f4 (diff) |
MS_MSG_SETSTATUSTEXT for tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@4657 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/globals.h')
-rw-r--r-- | plugins/TabSRMM/src/globals.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/TabSRMM/src/globals.h b/plugins/TabSRMM/src/globals.h index 6bc4987886..36574b5706 100644 --- a/plugins/TabSRMM/src/globals.h +++ b/plugins/TabSRMM/src/globals.h @@ -61,23 +61,6 @@ private: class CGlobals
{
public:
- enum {
- H_MS_MSG_SENDMESSAGE = 0,
- H_MS_MSG_SENDMESSAGEW = 1,
- H_MS_MSG_FORWARDMESSAGE = 2,
- H_MS_MSG_GETWINDOWAPI = 3,
- H_MS_MSG_GETWINDOWCLASS = 4,
- H_MS_MSG_GETWINDOWDATA = 5,
- H_MS_MSG_READMESSAGE = 6,
- H_MS_MSG_TYPINGMESSAGE = 7,
- H_MS_MSG_MOD_MESSAGEDIALOGOPENED = 8,
- H_MS_TABMSG_SETUSERPREFS = 9,
- H_MS_TABMSG_TRAYSUPPORT = 10,
- H_MSG_MOD_GETWINDOWFLAGS = 11,
- H_MS_TABMSG_SLQMGR = 12,
- SERVICE_LAST = 13
- };
-
CGlobals()
{
::ZeroMemory(this, sizeof(CGlobals));
@@ -189,7 +172,6 @@ public: COLORREF m_ipBackgroundGradientHigh;
COLORREF m_tbBackgroundHigh, m_tbBackgroundLow, m_fillColor, m_cRichBorders, m_genericTxtColor;
BYTE m_dontUseDefaultKbd;
- HANDLE hSvc[SERVICE_LAST];
HANDLE m_event_MsgWin, m_event_MsgPopup, m_event_WriteEvent;
HGENMENU m_hMenuItem;
BYTE m_useAeroPeek;
|