From bc93f24a22ca18232bec27134eedeb1316fb5e88 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Wed, 25 Nov 2020 02:10:09 +0100 Subject: Remove redundant user search suggestion code --- src/Cache_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Cache_p.h') diff --git a/src/Cache_p.h b/src/Cache_p.h index 05e13128..ffa7d509 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -164,9 +164,6 @@ public: bool calculateRoomReadStatus(const std::string &room_id); void calculateRoomReadStatus(); - std::vector searchUsers(const std::string &room_id, - const std::string &query, - std::uint8_t max_items = 5); std::vector searchRooms(const std::string &query, std::uint8_t max_items = 5); -- cgit 1.5.1