diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 02:10:09 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-11-25 19:05:12 +0100 |
commit | bc93f24a22ca18232bec27134eedeb1316fb5e88 (patch) | |
tree | 17972de6163b71208d9763a1af2ee87086e4e678 /src/Cache_p.h | |
parent | Show userid in completer (diff) | |
download | nheko-bc93f24a22ca18232bec27134eedeb1316fb5e88.tar.xz |
Remove redundant user search suggestion code
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r-- | src/Cache_p.h | 3 |
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); |