diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-24 09:52:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-24 09:52:51 +0000 |
commit | 8278b0f406d3e1f1d2d2938b0047f255fa0f2825 (patch) | |
tree | 8de9f0448a1235d5d73cd4b4af0aa8673a9bff9f /plugins/TabSRMM/src/msgs.h | |
parent | 04c18aa4ab21f78ddd29fcbdc18afba148f96135 (diff) |
automatic displaying custom events in tabSRMM according to their masks
git-svn-id: http://svn.miranda-ng.org/main/trunk@5111 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 8932d182f4..8d20bef397 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -91,16 +91,9 @@ #define MWF_DIVIDERWANTED 0x40000000
#define MWF_LOG_GROUPMODE 0x80000000
-#define MWF_SHOW_URLEVENTS 1
-#define MWF_SHOW_FILEEVENTS 2
-//#define MWF_SHOW_PRIVATETHEME 4
-//#define MWF_SHOW_EMPTYLINEFIX 8
-//#define MWF_SHOW_MICROLF 16
-//#define MWF_SHOW_MARKFOLLOWUPTS 32
#define MWF_SHOW_FLASHCLIST 64
#define MWF_SHOW_SPLITTEROVERRIDE 128
#define MWF_SHOW_SCROLLINGDISABLED 256
-//#define MWF_SHOW_INFONOTES ** FREE **
#define MWF_SHOW_ISIDLE 4096
#define MWF_SHOW_AWAYMSGTIMER 8192
#define MWF_EX_DELAYEDSPLITTER 32768
@@ -725,10 +718,6 @@ extern const int msgDlgFontCount; #define SRMSGSET_LOADTIME "LoadTime"
#define SRMSGDEFSET_LOADTIME 10
-#define SRMSGSET_SHOWURLS "ShowURLs"
-#define SRMSGDEFSET_SHOWURLS 1
-#define SRMSGSET_SHOWFILES "ShowFiles"
-#define SRMSGDEFSET_SHOWFILES 1
#define SRMSGSET_BKGCOLOUR "BkgColour"
#define SRMSGSET_BKGCOLOUR_MUC "BkgColourMUC"
|