summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-03-30 19:10:36 +0300
committerTiago Vignatti <tiago.vignatti@nokia.com>2010-04-21 18:06:35 +0300
commit0ba82562eeba8bf3bcd00b6e3ff28ce5b2c8df3c (patch)
tree4e55b0a349d8004ffb82c274d75776d1a3aaaeee /os
parentb3ab978df861c08298f57529e3db980489055c35 (diff)
Death to Multibuffer extension
The rationale behind is because no sane application will use this when we have modern APIs such DRI2. Besides, as a fact, xfree86 server has already deprecated this extension in 1998: http://www.xfree86.org/3.3.6/isc7.html Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'os')
-rw-r--r--os/utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/os/utils.c b/os/utils.c
index 13d3b3ff0..127b47bb3 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -148,9 +148,6 @@ Bool noScreenSaverExtension = FALSE;
#ifdef MITSHM
Bool noMITShmExtension = FALSE;
#endif
-#ifdef MULTIBUFFER
-Bool noMultibufferExtension = FALSE;
-#endif
#ifdef RANDR
Bool noRRExtension = FALSE;
#endif