diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_omemo.h')
-rw-r--r-- | protocols/JabberG/src/jabber_omemo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_omemo.h b/protocols/JabberG/src/jabber_omemo.h index c94f038ad1..26431da54d 100644 --- a/protocols/JabberG/src/jabber_omemo.h +++ b/protocols/JabberG/src/jabber_omemo.h @@ -60,10 +60,8 @@ namespace omemo __forceinline void lock() { _signal_cs.Lock(); }
__forceinline void unlock() { _signal_cs.Unlock(); }
- std::map<MCONTACT, bool> session_checked;
signal_context *global_context = nullptr;
signal_protocol_store_context *store_context = nullptr;
- std::list<struct incoming_message> incoming_messages;
std::list<struct outgoing_message> outgoing_messages;
int dbGetDeviceId(MCONTACT hContact, uint32_t number);
|