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;