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 /os/utils.c | |
parent | 8d214bc26f9b7ab6a5c54d7749cd4b6811cb0b96 (diff) |
Unifdef XIDLE.
Seriously how was this still here.
Diffstat (limited to 'os/utils.c')
-rw-r--r-- | os/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/utils.c b/os/utils.c index 0682bef82..88a64950d 100644 --- a/os/utils.c +++ b/os/utils.c @@ -188,9 +188,6 @@ _X_EXPORT Bool noXFixesExtension = FALSE; _X_EXPORT Bool noPanoramiXExtension = TRUE; #endif _X_EXPORT Bool noXInputExtension = FALSE; -#ifdef XIDLE -_X_EXPORT Bool noXIdleExtension = FALSE; -#endif #ifdef XSELINUX _X_EXPORT Bool noSELinuxExtension = FALSE; _X_EXPORT int selinuxEnforcingState = SELINUX_MODE_DEFAULT; |