diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 16:49:35 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 16:49:35 +0930 |
commit | e251c9e75afdc5e32f2bc9801712272358934266 (patch) | |
tree | ba8e3832d6cc9b9abc64686bfebdf06ec2f6fe52 /os | |
parent | 1d0438de176551aaeff549664f00b8bd83d465af (diff) |
Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/utils.c b/os/utils.c index d1bc1a18a..4bebeca9e 100644 --- a/os/utils.c +++ b/os/utils.c @@ -214,9 +214,7 @@ _X_EXPORT Bool noXFixesExtension = FALSE; /* Xinerama is disabled by default unless enabled via +xinerama */ _X_EXPORT Bool noPanoramiXExtension = TRUE; #endif -#ifdef XINPUT _X_EXPORT Bool noXInputExtension = FALSE; -#endif #ifdef XIDLE _X_EXPORT Bool noXIdleExtension = FALSE; #endif |