diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-20 01:04:49 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-02-20 01:04:49 +0100 |
commit | ac4c9e024ec84bc49f349426dbc382e138197435 (patch) | |
tree | 035268b0674d77b2ffa181a0b9ef0bef6a872649 /src/timeline/EventStore.h | |
parent | Remove a few more unused symbols (diff) | |
download | nheko-ac4c9e024ec84bc49f349426dbc382e138197435.tar.xz |
More template bloat reduction
Diffstat (limited to 'src/timeline/EventStore.h')
-rw-r--r-- | src/timeline/EventStore.h | 1 |
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_; |