SneakGame: remove History<GamePadState> & History<KeyboardState>.

GitOrigin-RevId: 1b8dfef93a9024094e342fd2f00f02513451c14f
This commit is contained in:
Colin McMillen 2020-01-16 17:06:53 -05:00
parent db6f3e1425
commit bbdc3c3053

View File

@ -15,8 +15,6 @@ namespace SemiColinGames {
bool fullScreen = false;
IDisplay display;
History<KeyboardState> keyboard = new History<KeyboardState>(2);
History<GamePadState> gamePad = new History<GamePadState>(2);
History<Input> input = new History<Input>(2);
FpsCounter fpsCounter = new FpsCounter();