From bbdc3c3053c282ae686ef27e0501fedc09854914 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Thu, 16 Jan 2020 17:06:53 -0500 Subject: [PATCH] SneakGame: remove History & History. GitOrigin-RevId: 1b8dfef93a9024094e342fd2f00f02513451c14f --- Shared/SneakGame.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shared/SneakGame.cs b/Shared/SneakGame.cs index 3838132..3ba42cd 100644 --- a/Shared/SneakGame.cs +++ b/Shared/SneakGame.cs @@ -15,8 +15,6 @@ namespace SemiColinGames { bool fullScreen = false; IDisplay display; - History keyboard = new History(2); - History gamePad = new History(2); History input = new History(2); FpsCounter fpsCounter = new FpsCounter();