removed useless code which caused lots of ChatId conversation warnings

This commit is contained in:
electron128 2015-12-17 18:59:30 +01:00
parent 45fb453e92
commit 5b63762eef

View File

@ -173,10 +173,8 @@ void ChatHandler::tick()
}
}
ChatId id = ChatId::makeBroadcastId();
{
Lobby l;
l.id = id.toLobbyId();
l.name = "BroadCast";
l.topic = "Retroshare broadcast chat: messages are sent to all connected friends.";
l.subscribed = true;