summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2016-09-06 10:26:26 +0200
committerGitHub <noreply@github.com>2016-09-06 10:26:26 +0200
commit18030ebfb40eb4190663a501be93767453ca0950 (patch)
tree82ce0e795612b6bc0d6d426ba94e284a4a6256fb /Source/Core/InputCommon/ControllerInterface/ControllerInterface.h
parentdddd88aace046ee2443db6eef52e7e7b4caf7287 (diff)
parent928d05ec47a3dd46c6968088e934ff1555fc7fc5 (diff)
Merge pull request #4179 from magcius/xinput2-default
Remove the old Xlib 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