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