summaryrefslogtreecommitdiff
path: root/plugins/Variables/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-20 22:50:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-20 22:50:52 +0300
commit8c18d1fe6f83807116c065e548ee6b567f4b49a1 (patch)
treec01b9461b4ee00ffae0ec9f028087b67d7c49feb /plugins/Variables/src
parent236dfc4581f03c670f4b5a5b076b2910ae25459b (diff)
fixes #1776 (any traces of URL* related constants removed)
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r--plugins/Variables/src/parse_miranda.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Variables/src/parse_miranda.h b/plugins/Variables/src/parse_miranda.h
index 4637fff9ad..20ffab9b73 100644
--- a/plugins/Variables/src/parse_miranda.h
+++ b/plugins/Variables/src/parse_miranda.h
@@ -71,5 +71,3 @@
#define DBE_AUTHREQUEST 0x00001000 // pBlob = message
#define DBE_FILE 0x00002000 // pBlob = DWORD + file + description
#define DBE_OTHER 0x00008000
-#define DBE_ANYTYPE (DBE_MESSAGE|DBE_URL|DBE_CONTACTS|DBE_ADDED|DBE_AUTHREQUEST|DBE_FILE|DBE_STATUSCHANGE|DBE_OTHER)
-#define DBE_ANYFIRSTUNREAD (DBE_ANYTYPE|DBE_UNREAD|DBE_RCVD)