summary refs log tree commit diff
path: root/src/timeline/EventStore.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 01:04:49 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-20 01:04:49 +0100
commitac4c9e024ec84bc49f349426dbc382e138197435 (patch)
tree035268b0674d77b2ffa181a0b9ef0bef6a872649 /src/timeline/EventStore.h
parentRemove a few more unused symbols (diff)
downloadnheko-ac4c9e024ec84bc49f349426dbc382e138197435.tar.xz
More template bloat reduction
Diffstat (limited to 'src/timeline/EventStore.h')
-rw-r--r--src/timeline/EventStore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timeline/EventStore.h b/src/timeline/EventStore.h
index 45dc0169..54d94c23 100644
--- a/src/timeline/EventStore.h
+++ b/src/timeline/EventStore.h
@@ -131,7 +131,6 @@ private:
     olm::DecryptionResult *
     decryptEvent(const IdIndex &idx,
                  const mtx::events::EncryptedEvent<mtx::events::msg::Encrypted> &e);
-    void handle_room_verification(mtx::events::collections::TimelineEvents event);
 
     std::string room_id_;