From 889a8dc02bbd3926eaf16dce8f844dc58558e982 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 22 Oct 2008 22:29:54 +1030 Subject: Xi: XINPUT has been mandatory for ages Ditch all #ifdef XINPUT, since it's always built. Signed-off-by: Peter Hutterer --- os/utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os') 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; -- cgit v1.2.3