summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgs.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-12-27 18:52:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-12-27 18:52:21 +0000
commit1343831cad692ce0244644f708b023f7962246b4 (patch)
tree72e5a94800afbc53cef177804b6847f93e4294ee /plugins/Scriver/src/msgs.h
parent46a413579266c4251f5b4f956afb197d7617a684 (diff)
status displaying completely removed because it's impossible to log an event from memory
git-svn-id: http://svn.miranda-ng.org/main/trunk@7394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/msgs.h')
-rw-r--r--plugins/Scriver/src/msgs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h
index db6cec558f..74004a7a91 100644
--- a/plugins/Scriver/src/msgs.h
+++ b/plugins/Scriver/src/msgs.h
@@ -193,7 +193,6 @@ struct SrmmWindowData
#define EVENTTYPE_JABBER_CHATSTATES 2000
#define EVENTTYPE_JABBER_PRESENCE 2001
-#define EVENTTYPE_STATUSCHANGE 25368
struct CREOleCallback : public IRichEditOleCallback
{
@@ -372,8 +371,6 @@ extern int fontOptionsListSize;
#define SRMSGDEFSET_SHOWTIME 1
#define SRMSGSET_SHOWDATE "ShowDate"
#define SRMSGDEFSET_SHOWDATE 0
-#define SRMSGSET_SHOWSTATUSCH "ShowStatusChanges"
-#define SRMSGDEFSET_SHOWSTATUSCH 1
#define SRMSGSET_BKGCOLOUR "BkgColour"
#define SRMSGDEFSET_BKGCOLOUR GetSysColor(COLOR_WINDOW)
#define SRMSGSET_INPUTBKGCOLOUR "InputBkgColour"