remove dead HandleKeyDown

This commit is contained in:
Chris Forbes
2010-03-09 20:52:51 +13:00
parent b2df8d3b0e
commit fec037414d

View File

@@ -333,15 +333,6 @@ namespace OpenRA
throw new InvalidOperationException( "Desync in DispatchMouseInput" );
}
public static void HandleKeyDown( KeyEventArgs e )
{
//int sync = Game.world.SyncHash();
//if( sync != Game.world.SyncHash() )
// throw new InvalidOperationException( "Desync in OnKeyDown" );
}
public static bool IsHost
{
get { return orderManager.Connection.LocalClientId == 0; }