diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_core.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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
|