summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2016-09-03 15:23:34 -0700
committerJasper St. Pierre <jstpierre@mecheye.net>2016-09-04 10:44:22 -0700
commit928d05ec47a3dd46c6968088e934ff1555fc7fc5 (patch)
treec3e7ce52af0a13a3a9c8fef0bfcdb57888b7b868 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parent2b640a4f7d961880d53ba7b193774e4aa4a80c65 (diff)
InputCommon: Remove the Xlib backend
The XInput2 backend is more performant, so let's default to it and remove the old, core-only backend.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.h')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
index 198a2c180b..c89edd29b5 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
@@ -22,9 +22,6 @@
#endif
#if defined(HAVE_X11) && HAVE_X11
#define CIFACE_USE_XLIB
-#if defined(HAVE_X11_XINPUT2) && HAVE_X11_XINPUT2
-#define CIFACE_USE_X11_XINPUT2
-#endif
#endif
#if defined(__APPLE__)
#define CIFACE_USE_OSX