summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_omemo.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-04 21:45:36 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-04 21:45:39 +0300
commitef8f9c7b1a42e314f41b214d14169f11d1458d44 (patch)
treef89ea84e9ffa66e582113f1d72ec66607a51e365 /protocols/JabberG/src/jabber_omemo.h
parentb5709b28556dbaf3b25f415cb2508c5acd797e5c (diff)
Jabber: more OMEMO fixes
Diffstat (limited to 'protocols/JabberG/src/jabber_omemo.h')
-rw-r--r--protocols/JabberG/src/jabber_omemo.h2
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);