From 221b8752b3d40062231fdab42bd7026060c7f3eb Mon Sep 17 00:00:00 2001 From: inmarket Date: Thu, 8 Jan 2015 19:52:31 +1000 Subject: [PATCH] Oops - Error detection in the wrong place. --- src/ginput/ginput_keyboard.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ginput/ginput_keyboard.c b/src/ginput/ginput_keyboard.c index 0d855622..2d284eaa 100644 --- a/src/ginput/ginput_keyboard.c +++ b/src/ginput/ginput_keyboard.c @@ -20,10 +20,6 @@ #include #endif -#if GKEYBOARD_LAYOUT_OFF - #error "Win32: The Win32 keyboard driver requires the layout engine. Please set GKEYBOARD_LAYOUT_OFF to FALSE." -#endif - // Get the keyboard driver interface #include "driver_keyboard.h" #include "keyboard_microcode.h"