summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/gxclimag.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/base/gxclimag.c b/base/gxclimag.c
index 19e0a9669..26187f9a2 100644
--- a/base/gxclimag.c
+++ b/base/gxclimag.c
@@ -755,8 +755,6 @@ clist_begin_typed_image(gx_device * dev, const gs_gstate * pgs,
755 goto use_default; 755 goto use_default;
756 } 756 }
757 if (pim->Interpolate) { 757 if (pim->Interpolate) {
758 if (gx_device_is_pattern_clist(dev))
759 goto use_default;
760 pie->support.x = pie->support.y = MAX_ISCALE_SUPPORT + 1; 758 pie->support.x = pie->support.y = MAX_ISCALE_SUPPORT + 1;
761 } else { 759 } else {
762 pie->support.x = pie->support.y = 0; 760 pie->support.x = pie->support.y = 0;