diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-20 22:50:52 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-20 22:50:52 +0300 |
commit | 8c18d1fe6f83807116c065e548ee6b567f4b49a1 (patch) | |
tree | c01b9461b4ee00ffae0ec9f028087b67d7c49feb /include/delphi | |
parent | 236dfc4581f03c670f4b5a5b076b2910ae25459b (diff) |
fixes #1776 (any traces of URL* related constants removed)
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_database.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc index b7d3ddb00b..df8161a615 100644 --- a/include/delphi/m_database.inc +++ b/include/delphi/m_database.inc @@ -31,7 +31,6 @@ const const
EVENTTYPE_MESSAGE = 0;
- EVENTTYPE_URL = 1;
EVENTTYPE_CONTACTS = 2; // v0.1.2.2+
EVENTTYPE_ADDED = 1000; // v0.1.1.0+: these used to be module-
EVENTTYPE_AUTHREQUEST = 1001; // specific codes, hence the module-
|