mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01: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:
parent
5eab43a655
commit
a698d3a6f8
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue