From e0ed9d34c0c21d3436e855fa1d32a0f824583116 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 13 Mar 2014 12:46:12 +0000 Subject: another atavism died: DBEF_FIRST git-svn-id: http://svn.miranda-ng.org/main/trunk@8590 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_core.inc | 1 - include/m_core.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'include') diff --git a/include/delphi/m_core.inc b/include/delphi/m_core.inc index dc999a0d7c..5f7f54538d 100644 --- a/include/delphi/m_core.inc +++ b/include/delphi/m_core.inc @@ -81,7 +81,6 @@ type end; const - DBEF_FIRST = 1; // internally only, do not use DBEF_SENT = 2; // if set, the event was sent by the user, otherwise it was received DBEF_READ = 4; // event has been read by the user -- only needed for history DBEF_RTL = 8; // event contains the right-to-left aligned text diff --git a/include/m_core.h b/include/m_core.h index 59a77f57b0..98231d041e 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -87,8 +87,6 @@ typedef struct { }; } DBVARIANT; -#define DBEF_FIRST 1 // this is the first event in the chain; - // internal only: *do not* use this flag #define DBEF_SENT 2 // this event was sent by the user. If not set this // event was received. #define DBEF_READ 4 // event has been read by the user. It does not need -- cgit v1.2.3