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 /plugins/ExternalAPI/delphi | |
parent | 236dfc4581f03c670f4b5a5b076b2910ae25459b (diff) |
fixes #1776 (any traces of URL* related constants removed)
Diffstat (limited to 'plugins/ExternalAPI/delphi')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_ieview.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/delphi/m_ieview.inc b/plugins/ExternalAPI/delphi/m_ieview.inc index 72de71299b..0b71e99ad0 100644 --- a/plugins/ExternalAPI/delphi/m_ieview.inc +++ b/plugins/ExternalAPI/delphi/m_ieview.inc @@ -78,7 +78,6 @@ const IEED_EVENT_MESSAGE = $0001; // message
IEED_EVENT_STATUSCHANGE = $0002; // status change
IEED_EVENT_FILE = $0003; // file
- IEED_EVENT_URL = $0004; // url
IEED_EVENT_ERRMSG = $0005; // error message
IEED_EVENT_SYSTEM = $0006; // system event
|