This commit is contained in:
Daniel Buckmaster 2014-07-14 15:13:30 +02:00
parent ceccd06198
commit b7c720d01d
5 changed files with 2 additions and 41 deletions

View file

@ -118,9 +118,6 @@ public:
static U8 getModifierKeys() {return smModifierKeys;}
static void setModifierKeys(U8 mod) {smModifierKeys = mod;}
static void attemptSwitchToKeyboardLayout( U32 layout );
#ifdef LOG_INPUT
static void log( const char* format, ... );
#endif