diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-05-19 18:53:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-05-19 18:53:51 +0000 |
commit | ef4401ff8a8c4d7c22ef6af7bf47ccb24f83967f (patch) | |
tree | dc6ab1f07032e08f3839a3b92473f7f47d6bf54f /include/globals.h | |
parent | 1e51e18382de61a67027759eccee9ccbb0924304 (diff) |
Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/globals.h b/include/globals.h index 8a96345e1..2a2a68983 100644 --- a/include/globals.h +++ b/include/globals.h @@ -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 |