remove unused Game.ConnectedToLobby event

This commit is contained in:
Chris Forbes
2010-12-28 18:54:10 +13:00
parent 99a0bd9609
commit 2a0c0bb991

View File

@@ -166,7 +166,6 @@ namespace OpenRA
}
public static event Action LobbyInfoChanged = () => { };
public static event Action ConnectedToLobby = () => { };
internal static void SyncLobbyInfo()
{