summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2008-10-22 22:29:54 +1030
committerPeter Hutterer <peter.hutterer@redhat.com>2008-11-04 16:01:07 +1030
commit889a8dc02bbd3926eaf16dce8f844dc58558e982 (patch)
tree5272408c75fbba1f1d6b721dd4c9f3ddbbd641bb /os
parent4cf2f4172abc4bf848c1726e6dac535713e08f0b (diff)
Xi: XINPUT has been mandatory for ages
Ditch all #ifdef XINPUT, since it's always built. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Diffstat (limited to 'os')
-rw-r--r--os/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/utils.c b/os/utils.c
index b5dcd65cd..b936d4c69 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -185,7 +185,6 @@ _X_EXPORT Bool noXFixesExtension = FALSE;
/* Xinerama is disabled by default unless enabled via +xinerama */
_X_EXPORT Bool noPanoramiXExtension = TRUE;
#endif
-_X_EXPORT Bool noXInputExtension = FALSE;
#ifdef XSELINUX
_X_EXPORT Bool noSELinuxExtension = FALSE;
_X_EXPORT int selinuxEnforcingState = SELINUX_MODE_DEFAULT;