summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 02:10:09 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-11-25 19:05:12 +0100
commitbc93f24a22ca18232bec27134eedeb1316fb5e88 (patch)
tree17972de6163b71208d9763a1af2ee87086e4e678 /src/Cache_p.h
parentShow userid in completer (diff)
downloadnheko-bc93f24a22ca18232bec27134eedeb1316fb5e88.tar.xz
Remove redundant user search suggestion code
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h3
1 files changed, 0 insertions, 3 deletions
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<SearchResult> searchUsers(const std::string &room_id,
-                                              const std::string &query,
-                                              std::uint8_t max_items = 5);
         std::vector<RoomSearchResult> searchRooms(const std::string &query,
                                                   std::uint8_t max_items = 5);