From 8c18d1fe6f83807116c065e548ee6b567f4b49a1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 Jan 2019 22:50:52 +0300 Subject: fixes #1776 (any traces of URL* related constants removed) --- include/delphi/m_database.inc | 1 - include/m_import.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'include') 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- diff --git a/include/m_import.h b/include/m_import.h index 8bed3157e4..385fc94403 100644 --- a/include/m_import.h +++ b/include/m_import.h @@ -32,8 +32,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_ADDUNKNOWN 0x00000001 #define IOPT_MSGSENT 0x00000002 #define IOPT_MSGRECV 0x00000004 -#define IOPT_URLSENT 0x00000008 -#define IOPT_URLRECV 0x00000010 #define IOPT_AUTHREQ 0x00000020 #define IOPT_ADDED 0x00000040 #define IOPT_FILESENT 0x00000080 -- cgit v1.2.3