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();