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 /hw/xfree86/loader/dixsym.c | |
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 'hw/xfree86/loader/dixsym.c')
-rw-r--r-- | hw/xfree86/loader/dixsym.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c index 8093a7986..78a212396 100644 --- a/hw/xfree86/loader/dixsym.c +++ b/hw/xfree86/loader/dixsym.c @@ -370,9 +370,6 @@ _X_HIDDEN void *dixLookupTab[] = { #ifdef MITSHM SYMVAR(noMITShmExtension) #endif -#ifdef MITMISC - SYMVAR(noMITMiscExtension) -#endif #ifdef MULTIBUFFER SYMVAR(noMultibufferExtension) #endif |