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>
This commit is contained in:
Daniel Stone
2008-10-22 22:29:54 +10:30
committed by Peter Hutterer
parent 4cf2f4172a
commit 889a8dc02b
5 changed files with 3 additions and 14 deletions

View File

@@ -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;