mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-03 15:55:30 +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 resetWindow;
|
||||||
|
|
||||||
bool escapeWasPressedPreviously;
|
|
||||||
bool quitProgram;
|
bool quitProgram;
|
||||||
bool toggleFullscreen;
|
bool toggleFullscreen;
|
||||||
|
|
||||||
@@ -70,7 +69,6 @@ public:
|
|||||||
int mx, my;
|
int mx, my;
|
||||||
|
|
||||||
bool textentrymode;
|
bool textentrymode;
|
||||||
int keyentered, keybufferlen;
|
|
||||||
bool pressedbackspace;
|
bool pressedbackspace;
|
||||||
std::string keybuffer;
|
std::string keybuffer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user