gui: keyboard doesn't need its own action

This was questionable design and is unused anyway.
Also reduced a few redundant #includes.

Change-Id: I65bb01120e6072c5695755920242f6f9d73c816e
This commit is contained in:
that
2015-03-14 21:31:43 +01:00
parent f5c2d6ce24
commit 6db855e1c0
2 changed files with 2 additions and 29 deletions
-1
View File
@@ -872,7 +872,6 @@ protected:
unsigned int KeyboardWidth, KeyboardHeight;
int rowY, colX, highlightRenderCount;
bool hasHighlight, hasCapsHighlight;
GUIAction* mAction;
COLOR mHighlightColor;
COLOR mCapsHighlightColor;
};