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 /os | |
parent | 1e51e18382de61a67027759eccee9ccbb0924304 (diff) |
Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/os/utils.c b/os/utils.c index 659be30e0..e96d3cb4b 100644 --- a/os/utils.c +++ b/os/utils.c @@ -128,9 +128,6 @@ OR PERFORMANCE OF THIS SOFTWARE. #endif Bool noTestExtensions; -#ifdef BEZIER -Bool noBezierExtension = FALSE; -#endif #ifdef BIGREQS Bool noBigReqExtension = FALSE; #endif @@ -193,9 +190,6 @@ Bool noSyncExtension = FALSE; #ifdef TOGCUP Bool noXcupExtension = FALSE; #endif -#ifdef PEXEXT -Bool noPexExtension = FALSE; -#endif #ifdef RES Bool noResExtension = FALSE; #endif @@ -210,9 +204,6 @@ Bool noXCMiscExtension = FALSE; * interface is stable */ Bool noXevieExtension = TRUE; #endif -#ifdef XIE -Bool noXie = FALSE; -#endif #ifdef XF86BIGFONT Bool noXFree86BigfontExtension = FALSE; #endif |