diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-10-22 22:29:54 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-11-04 16:01:07 +1030 |
commit | 889a8dc02bbd3926eaf16dce8f844dc58558e982 (patch) | |
tree | 5272408c75fbba1f1d6b721dd4c9f3ddbbd641bb /include/globals.h | |
parent | 4cf2f4172abc4bf848c1726e6dac535713e08f0b (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 'include/globals.h')
-rw-r--r-- | include/globals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/globals.h b/include/globals.h index 63e998a71..68ea2cbe2 100644 --- a/include/globals.h +++ b/include/globals.h @@ -127,9 +127,6 @@ extern Bool noXkbExtension; extern Bool noPanoramiXExtension; #endif -extern Bool noXInputExtension; - - #ifdef XSELINUX extern Bool noSELinuxExtension; |