From fec037414df2e9997c280b795d2d7ddf82762de3 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Tue, 9 Mar 2010 20:52:51 +1300 Subject: [PATCH] remove dead HandleKeyDown --- OpenRA.Game/Game.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/OpenRA.Game/Game.cs b/OpenRA.Game/Game.cs index 6be9ef9059..0780c18bb6 100644 --- a/OpenRA.Game/Game.cs +++ b/OpenRA.Game/Game.cs @@ -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; }