1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Remove empty branch from LobbyClientConnected::applyOnLobbyScreen (#507)

It was empty ever since introduction in ac66fc7f42

[ci skip]
This commit is contained in:
Michał Janiszewski 2018-10-29 18:59:02 -07:00 committed by Alexander Shishkin
parent a3a38a6120
commit aa28fc4794

View File

@ -44,9 +44,6 @@ bool LobbyClientConnected::applyOnLobbyHandler(CServerHandler * handler)
void LobbyClientConnected::applyOnLobbyScreen(CLobbyScreen * lobby, CServerHandler * handler)
{
if(uuid == handler->c->uuid)
{
}
}
bool LobbyClientDisconnected::applyOnLobbyHandler(CServerHandler * handler)