Deleted: functions for hadling particular lobbies types in ChatHandler

This commit is contained in:
Konrad 2017-03-28 11:24:16 +02:00
parent 6e530027f8
commit 22956be00f
2 changed files with 0 additions and 92 deletions

View file

@ -133,10 +133,6 @@ private:
void handleDistantChatStatus(Request& req, Response& resp);
void handleCloseDistantChatConnexion(Request& req, Response& resp);
void handlePrivateLobbies(Request &req, Response &resp);
void handleSubscribedPublicLobbies(Request &req, Response &resp);
void handleUnsubscribedPublicLobbies(Request &req, Response &resp);
void getPlainText(const std::string& in, std::string &out, std::vector<Triple> &links);
// last parameter is only used for lobbies!
void locked_storeTypingInfo(const ChatId& chat_id, std::string status, RsGxsId lobby_gxs_id = RsGxsId());