diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-04-30 19:16:14 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-04-30 19:16:14 +0000 |
commit | 291e89d4f2a4bb3177b2dfe6421680e23f120b8e (patch) | |
tree | 7bc1818c4774751696b1d0cc3b568c883c2184a8 /Xprint | |
parent | fdcacc5a4bc1d6cb7347fc66041a9c686c5c74d1 (diff) |
Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes.
Diffstat (limited to 'Xprint')
-rw-r--r-- | Xprint/pcl/PclGC.c | 3 | ||||
-rw-r--r-- | Xprint/ps/PsGC.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Xprint/pcl/PclGC.c b/Xprint/pcl/PclGC.c index 2be2ef787..c47986eed 100644 --- a/Xprint/pcl/PclGC.c +++ b/Xprint/pcl/PclGC.c @@ -82,9 +82,6 @@ static GCOps PclGCOps = PclImageGlyphBlt, PclPolyGlyphBlt, PclPushPixels -#ifdef NEED_LINEHELPER - ,NULL -#endif } ; diff --git a/Xprint/ps/PsGC.c b/Xprint/ps/PsGC.c index 56ff5cdae..61a2a2813 100644 --- a/Xprint/ps/PsGC.c +++ b/Xprint/ps/PsGC.c @@ -107,9 +107,6 @@ static GCOps PsGCOps = PsImageGlyphBlt, PsPolyGlyphBlt, PsPushPixels -#ifdef NEED_LINEHELPER - ,NULL -#endif }; |