From 39681c2aa83e33d46598f8aeecd10370b04cf364 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 10 Oct 2018 23:26:08 +0300 Subject: stupid schema with event handles sharing via CreateEventHook eliminated --- plugins/Dbx_mdbx/src/dbintf.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/Dbx_mdbx/src/dbintf.h') diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index c250d8cdec..2098412a68 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -167,8 +167,6 @@ class CDbxMDBX : public MDatabaseCommon, public MZeroedObject MDBX_dbi m_dbGlobal; DBHeader m_header; - HANDLE hSettingChangeEvent, hContactDeletedEvent, hContactAddedEvent, hEventMarkedRead; - HWND m_hwndTimer; // for flushing database DBCachedContact m_ccDummy; // dummy contact to serve a cache item for MCONTACT = 0 @@ -198,8 +196,6 @@ class CDbxMDBX : public MDatabaseCommon, public MZeroedObject MDBX_cursor *m_curEvents, *m_curEventsSort, *m_curEventIds; MEVENT m_dwMaxEventId; - HANDLE hEventAddedEvent, hEventEditedEvent, hEventDeletedEvent, hEventFilterAddedEvent; - void FindNextUnread(const txn_ptr &_txn, DBCachedContact *cc, DBEventSortingKey &key2); //////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3