diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 06:25:26 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 06:25:26 +0300 |
commit | 22e64108ec63ba77779891f8df237913ef9ca731 (patch) | |
tree | 3daf745c1dd8680e4db5e7c974da3e9da7ad2844 /os | |
parent | b8dd07f855c555af56cbf0f69df799f424da2cca (diff) |
XFree86: Remove XFree86-Misc extension
Its last remaining purpose in life has been destroyed by input
properties. Au revoir: it's been fun, by which I mean awful.
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 e885666ee..0db34a729 100644 --- a/os/utils.c +++ b/os/utils.c @@ -196,9 +196,6 @@ _X_EXPORT Bool noXFree86DGAExtension = FALSE; #ifdef XF86DRI _X_EXPORT Bool noXFree86DRIExtension = FALSE; #endif -#ifdef XF86MISC -_X_EXPORT Bool noXFree86MiscExtension = FALSE; -#endif #ifdef XF86VIDMODE _X_EXPORT Bool noXFree86VidModeExtension = FALSE; #endif |