summaryrefslogtreecommitdiff
path: root/hw/xwin
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 /hw/xwin
parentfdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1 (diff)
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Diffstat (limited to 'hw/xwin')
-rw-r--r--hw/xwin/wingc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xwin/wingc.c b/hw/xwin/wingc.c
index 3f661d520..107d87aef 100644
--- a/hw/xwin/wingc.c
+++ b/hw/xwin/wingc.c
@@ -120,9 +120,6 @@ const GCOps winGCOps = {
miPolyGlyphBlt,
#endif
winPushPixels
-#ifdef NEED_LINEHELPER
- ,NULL
-#endif
};