Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.

This commit is contained in:
Adam Jackson
2005-05-19 18:53:51 +00:00
parent 1e51e18382
commit ef4401ff8a
4 changed files with 1 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
/* $XdotOrg: xc/programs/Xserver/include/globals.h,v 1.4 2004/07/31 09:14:06 kem Exp $ */
/* $XdotOrg: xc/programs/Xserver/include/globals.h,v 1.5 2004/09/14 00:51:24 gisburn Exp $ */
/* $XFree86: xc/programs/Xserver/include/globals.h,v 1.3 1999/09/25 14:38:21 dawes Exp $ */
#ifndef _XSERV_GLOBAL_H_
@@ -48,10 +48,6 @@ extern Bool PanoramiXWindowExposureSent;
extern Bool PanoramiXOneExposeRequest;
#endif
#ifdef BEZIER
extern Bool noBezierExtension;
#endif
#ifdef BIGREQS
extern Bool noBigReqExtension;
#endif
@@ -132,10 +128,6 @@ extern Bool noSyncExtension;
extern Bool noXcupExtension;
#endif
#ifdef PEXEXT
extern Bool noPexExtension;
#endif
#ifdef RES
extern Bool noResExtension;
#endif
@@ -152,10 +144,6 @@ extern Bool noXCMiscExtension;
extern Bool noXevieExtension;
#endif
#ifdef XIE
extern Bool noXie;
#endif
#ifdef XF86BIGFONT
extern Bool noXFree86BigfontExtension;
#endif