summaryrefslogtreecommitdiff
path: root/pcl
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2011-04-01 23:17:22 +0000
committerHenry Stiles <henry.stiles@artifex.com>2011-04-01 23:17:22 +0000
commit2674c673a3f4f29c9ca1620c36a97e0bd89c0e18 (patch)
treeafd780bd9101f126881149371f1e17bd61d2c026 /pcl
parentad470fdd8c23d7597260ec1c068da69075e1d7f8 (diff)
Remove temporary development definition used to identify the graphics
library supported the new ICC code. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12345 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'pcl')
-rw-r--r--pcl/pctop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcl/pctop.c b/pcl/pctop.c
index 4c95995be..2b37f8340 100644
--- a/pcl/pctop.c
+++ b/pcl/pctop.c
@@ -245,9 +245,9 @@ pcl_impl_allocate_interp_instance(
"pcl_allocate_interp_instance(pcl_interp_instance_t)"
);
gs_state *pgs = gs_state_alloc(mem);
-#ifdef ICCBRANCH
+
gsicc_init_iccmanager(pgs);
-#endif
+
/* If allocation error, deallocate & return */
if (!pcli || !pgs) {
if (pcli)
@@ -373,12 +373,12 @@ pcl_impl_set_device(
stage = Ssetdevice;
if ((code = gs_setdevice_no_erase(pcli->pcs.pgs, device)) < 0) /* can't erase yet */
goto pisdEnd;
-#ifdef ICCBRANCH
+
/* Initialize device ICC profile */
code = gsicc_init_device_profile(pcli->pcs.pgs, device);
if (code < 0)
return code;
-#endif
+
stage = Sinitg;
/* Do inits of gstate that may be reset by setdevice */
/* PCL no longer uses the graphic library transparency mechanism */