summaryrefslogtreecommitdiff
path: root/base/gxfillts.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-07-29 15:48:43 +0100
committerRobin Watts <robin.watts@artifex.com>2016-07-29 17:07:40 +0100
commit7f8c86ebfc9efbb63df4898f15f93a705ff3ceaf (patch)
tree6015752c038a7d61f4c5a92e56d4c08aa535507a /base/gxfillts.h
parentd98f2adc027cd995b3c66e9dddd1d2fdad18e946 (diff)
downloadghostpdl-7f8c86ebfc9efbb63df4898f15f93a705ff3ceaf.tar.gz
Remove Visual Debugger
Diffstat (limited to 'base/gxfillts.h')
-rw-r--r--base/gxfillts.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/gxfillts.h b/base/gxfillts.h
index 3bc48dac0..b717f19f5 100644
--- a/base/gxfillts.h
+++ b/base/gxfillts.h
@@ -142,8 +142,6 @@ TEMPLATE_slant_into_trapezoids (const line_list *ll,
code = LOOP_FILL_RECTANGLE_DIRECT(fo,
xli, fixed2int_pixround(y1 - fo->adjust_below),
xri - xli, 1);
- vd_rect(flp->x_next - fo->adjust_left, y1 - fo->adjust_below,
- alp->x_next + fo->adjust_right, y1, 1, VD_TRAP_COLOR);
if (code < 0)
return code;
}
@@ -208,8 +206,6 @@ TEMPLATE_slant_into_trapezoids (const line_list *ll,
code = LOOP_FILL_RECTANGLE_DIRECT(fo,
xli, fixed2int_pixround(y - fo->adjust_below),
xri - xli, 1);
- vd_rect(flp->x_current - fo->adjust_left, y - fo->adjust_below,
- alp->x_current + fo->adjust_right, y, 1, VD_TRAP_COLOR);
if (code < 0)
return code;
}