aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ginput/ginput_keyboard.c4
1 files changed, 0 insertions, 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 <stdio.h>
#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"