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"