summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-30 19:16:14 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-30 19:16:14 +0000
commit291e89d4f2a4bb3177b2dfe6421680e23f120b8e (patch)
tree7bc1818c4774751696b1d0cc3b568c883c2184a8 /fb
parentfdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1 (diff)
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Diffstat (limited to 'fb')
-rw-r--r--fb/fbgc.c5
-rw-r--r--fb/fbpseudocolor.c3
2 files changed, 1 insertions, 7 deletions
diff --git a/fb/fbgc.c b/fb/fbgc.c
index 7df026288..21383d9a9 100644
--- a/fb/fbgc.c
+++ b/fb/fbgc.c
@@ -21,7 +21,7 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $XdotOrg: xserver/xorg/fb/fbgc.c,v 1.6 2006/01/18 06:49:17 airlied Exp $ */
+/* $XdotOrg: xserver/xorg/fb/fbgc.c,v 1.7 2006/02/10 22:00:21 anholt Exp $ */
/* $XFree86: xc/programs/Xserver/fb/fbgc.c,v 1.14 2003/12/18 15:22:32 alanh Exp $ */
#ifdef HAVE_DIX_CONFIG_H
@@ -63,9 +63,6 @@ const GCOps fbGCOps = {
fbImageGlyphBlt,
fbPolyGlyphBlt,
fbPushPixels
-#ifdef NEED_LINEHELPER
- ,NULL
-#endif
};
Bool
diff --git a/fb/fbpseudocolor.c b/fb/fbpseudocolor.c
index 3e7b49cc6..2233f95dc 100644
--- a/fb/fbpseudocolor.c
+++ b/fb/fbpseudocolor.c
@@ -1211,9 +1211,6 @@ GCOps xxGCOps = {
xxPolyText16, xxImageText8,
xxImageText16, xxImageGlyphBlt,
xxPolyGlyphBlt, xxPushPixels,
-#ifdef NEED_LINEHELPER
- NULL,
-#endif
{NULL} /* devPrivate */
};