Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.

This commit is contained in:
Adam Jackson 2006-04-30 19:16:14 +00:00
commit 291e89d4f2
35 changed files with 40 additions and 208 deletions

View file

@ -26,7 +26,7 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
/* $XdotOrg: xc/programs/Xserver/miext/rootless/accel/rlAccel.c,v 1.3 2004/12/09 22:40:35 torrey Exp $ */
/* $XdotOrg: xserver/xorg/miext/rootless/accel/rlAccel.c,v 1.5 2005/07/03 07:02:03 daniels Exp $ */
/*
* The accelerated rootless code replaces some GC operations from fb with
@ -74,9 +74,6 @@ static GCOps rlAccelOps = {
rlImageGlyphBlt,
fbPolyGlyphBlt,
fbPushPixels
#ifdef NEED_LINEHELPER
,NULL
#endif
};

View file

@ -114,9 +114,6 @@ static GCOps rootlessGCOps = {
RootlessImageGlyphBlt,
RootlessPolyGlyphBlt,
RootlessPushPixels
#ifdef NEED_LINEHELPER
, NULL
#endif
};
/*