aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-01-08 19:52:31 +1000
committerinmarket <andrewh@inmarket.com.au>2015-01-08 19:52:31 +1000
commit221b8752b3d40062231fdab42bd7026060c7f3eb (patch)
tree44c9076be06cdddaabb1a80b0934e22818b6816d /src/ginput
parent76da1dc9a8709070f070396758354928e1b63dd8 (diff)
downloaduGFX-221b8752b3d40062231fdab42bd7026060c7f3eb.tar.gz
uGFX-221b8752b3d40062231fdab42bd7026060c7f3eb.tar.bz2
uGFX-221b8752b3d40062231fdab42bd7026060c7f3eb.zip
Oops - Error detection in the wrong place.
Diffstat (limited to 'src/ginput')
-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"