From 25827fde68d3bb02a2b7e05fae53a1d97edf1f76 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 18 Apr 2008 15:32:04 -0700 Subject: 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. --- os/utils.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'os') 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 -- cgit v1.2.3