diff options
author | Eric Anholt <eric@anholt.net> | 2008-04-18 15:32:04 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-18 16:37:08 -0700 |
commit | 25827fde68d3bb02a2b7e05fae53a1d97edf1f76 (patch) | |
tree | 568f325680021db56d347a965a7cca60ca5215aa /os | |
parent | 13adef8a17d8815f4db2aaac30ae04438e125343 (diff) |
Nuke the MIT-SUNDRY-NONSTANDARD extension.
This extension provided bug-compatibility with pre-X11R6, but has been
stubbed out in our server since 2006 to return BadRequest when you actually
asked for it.
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 4210e5d05..f394fe597 100644 --- a/os/utils.c +++ b/os/utils.c @@ -162,9 +162,6 @@ _X_EXPORT Bool noScreenSaverExtension = FALSE; #ifdef MITSHM _X_EXPORT Bool noMITShmExtension = FALSE; #endif -#ifdef MITMISC -_X_EXPORT Bool noMITMiscExtension = FALSE; -#endif #ifdef MULTIBUFFER _X_EXPORT Bool noMultibufferExtension = FALSE; #endif |