Removed remnants of Unicode key repeat control.

This commit is contained in:
Camilla Berglund
2010-09-15 16:26:51 +02:00
parent 64f180a324
commit 855b386e46
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -172,7 +172,6 @@ typedef struct _GLFWwindow
int wheelPos;
char mouseButton[GLFW_MOUSE_BUTTON_LAST + 1];
char key[GLFW_KEY_LAST + 1];
int lastChar;
// Framebuffer attributes
int redBits;