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 /Xext/Makefile.am | |
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 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index ef2e33522..9e35ae185 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -28,7 +28,6 @@ BUILTIN_SRCS = \ # Sources always included in libXextmodule.la & libXext.la MODULE_SRCS = \ bigreq.c \ - mitmisc.c \ shape.c \ sync.c \ xcmisc.c |