summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat/options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-02-20 00:10:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-02-20 00:10:11 +0300
commit3c6f03b917700b8f0fb1d7104db8ddd593ab7bf6 (patch)
treed18bdb2baa7f17b59d3c26d717bfb927a96dff85 /plugins/TabSRMM/src/chat/options.cpp
parent227c87a42780843f76b262e91f1ef2c270d74f3b (diff)
TabSRMM: default mask values must match options
Diffstat (limited to 'plugins/TabSRMM/src/chat/options.cpp')
-rw-r--r--plugins/TabSRMM/src/chat/options.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp
index ef0e21e16a..20de6212ae 100644
--- a/plugins/TabSRMM/src/chat/options.cpp
+++ b/plugins/TabSRMM/src/chat/options.cpp
@@ -932,10 +932,6 @@ static UINT _eventorder[] =
GC_EVENT_HIGHLIGHT
};
-#define GC_EVENT_ALL (GC_EVENT_ACTION | GC_EVENT_MESSAGE | GC_EVENT_NICK | GC_EVENT_JOIN | \
- GC_EVENT_PART | GC_EVENT_TOPIC | GC_EVENT_ADDSTATUS | GC_EVENT_INFORMATION | GC_EVENT_QUIT | \
- GC_EVENT_KICK | GC_EVENT_NOTICE)
-
// Dialog procedure for group chat options tab #3 (event filter configuration)
INT_PTR CALLBACK DlgProcOptions3(HWND hwndDlg, UINT uMsg, WPARAM, LPARAM lParam)
{