mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user