1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00

Remove unused vars relating to esc/keybuffer from KeyPoll

These attributes were escapeWasPressedPreviously, keyentered, and
keybufferlen.

Don't know why they were here or what they were intended to be for.
This commit is contained in:
Misa 2020-07-06 12:16:05 -07:00 committed by Ethan Lee
parent 5eab43a655
commit a698d3a6f8

View File

@ -40,7 +40,6 @@ public:
bool resetWindow;
bool escapeWasPressedPreviously;
bool quitProgram;
bool toggleFullscreen;
@ -70,7 +69,6 @@ public:
int mx, my;
bool textentrymode;
int keyentered, keybufferlen;
bool pressedbackspace;
std::string keybuffer;