From 2a0c0bb9918a8a2190d304dbc3758ca9775add60 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 28 Dec 2010 18:54:10 +1300 Subject: [PATCH] remove unused Game.ConnectedToLobby event --- OpenRA.Game/Game.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index c91946b27f..51c0f7d3cb 100755 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -166,7 +166,6 @@ namespace OpenRA } public static event Action LobbyInfoChanged = () => { }; - public static event Action ConnectedToLobby = () => { }; internal static void SyncLobbyInfo() {