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 /include/globals.h | |
parent | 1d0438de176551aaeff549664f00b8bd83d465af (diff) |
Remove all traces of #ifdef XINPUT and the matching bits from the configure.ac
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/globals.h b/include/globals.h index 9e5060d5f..e2e48044c 100644 --- a/include/globals.h +++ b/include/globals.h @@ -151,9 +151,7 @@ extern Bool noXkbExtension; extern Bool noPanoramiXExtension; #endif -#ifdef XINPUT extern Bool noXInputExtension; -#endif #ifdef XIDLE extern Bool noXIdleExtension; |