summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-03-19 13:53:45 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-08-13 11:28:25 +0200
commitdc2ba49207af71193f1390d84bba4e15aeea0ce0 (patch)
tree79c2a51cb5fa2b87800b1113e0015a7108cd2eb3 /base/gxcmap.c
parentImport Ghostscript 9.50 (diff)
downloadghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.gz
ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.bz2
ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.zip
Import Ghostscript 9.52ghostscript-9.52
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'base/gxcmap.c')
-rw-r--r--base/gxcmap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/gxcmap.c b/base/gxcmap.c
index 417a2ea0..68d3a0bf 100644
--- a/base/gxcmap.c
+++ b/base/gxcmap.c
@@ -570,9 +570,6 @@ gx_remap_color(gs_gstate * pgs)
pcs, gs_currentdevicecolor_inline(pgs),
(gs_gstate *) pgs, pgs->device,
gs_color_select_texture);
- /* if overprint mode is in effect, update the overprint information */
- if (code >= 0 && pgs->overprint)
- code = gs_do_set_overprint(pgs);
return code;
}