diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:09:05 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | 3fcf4d3eb89fecaa2be7b5ac4933b693c9c3d97e (patch) | |
tree | 9a105cb689d84ff00c8f2da96e76996a25d71bdb /os | |
parent | 9757106bba8f7bea99c5211817fc6b5fde4e6f66 (diff) |
XC-MISC is built-in and mandatory.
Diffstat (limited to 'os')
-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 70bbdaa05..a28db551e 100644 --- a/os/utils.c +++ b/os/utils.c @@ -165,9 +165,6 @@ _X_EXPORT Bool noSyncExtension = FALSE; #ifdef RES _X_EXPORT Bool noResExtension = FALSE; #endif -#ifdef XCMISC -_X_EXPORT Bool noXCMiscExtension = FALSE; -#endif #ifdef XEVIE /* Xevie is disabled by default for now until the * interface is stable */ |