removed redundant map _lobby_ids from DistributedChatService.

The same information and more is stored in the _chat_lobbys map.
_lobby_ids is unused since commit 67e1495d9a
This commit is contained in:
electron128 2016-01-10 14:34:08 +01:00
parent 09ed1ea22c
commit 8e6998b8d9
2 changed files with 0 additions and 17 deletions

View file

@ -148,7 +148,6 @@ class DistributedChatService
std::map<ChatLobbyId,ChatLobbyEntry> _chat_lobbys ;
std::map<ChatLobbyId,ChatLobbyInvite> _lobby_invites_queue ;
std::map<ChatLobbyId,VisibleChatLobbyRecord> _visible_lobbies ;
std::map<ChatLobbyVirtualPeerId,ChatLobbyId> _lobby_ids ;
std::map<ChatLobbyId,ChatLobbyFlags> _known_lobbies_flags ; // flags for all lobbies, including the ones that are not known. So we can't
std::map<ChatLobbyId,std::vector<RsChatLobbyMsgItem*> > _pendingPartialLobbyMessages ; // store them in _chat_lobbies (subscribed lobbies) nor _visible_lobbies.
// Known flags: