diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-31 17:31:36 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-31 17:31:36 -0400 |
commit | 63bdd4c27d47323b3282bf0b6eaecae91c79b45c (patch) | |
tree | 8d711011bafdbfa0b38a9e0b389ae66091039d57 /include | |
parent | 8d214bc26f9b7ab6a5c54d7749cd4b6811cb0b96 (diff) |
Unifdef XIDLE.
Seriously how was this still here.
Diffstat (limited to 'include')
-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 c1c8c6782..a95096f81 100644 --- a/include/globals.h +++ b/include/globals.h @@ -128,9 +128,6 @@ extern Bool noPanoramiXExtension; extern Bool noXInputExtension; -#ifdef XIDLE -extern Bool noXIdleExtension; -#endif #ifdef XSELINUX extern Bool noSELinuxExtension; |