summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2021-03-24 11:48:09 -0700
committerRay Johnston <ray.johnston@artifex.com>2021-03-24 11:48:09 -0700
commita3a1cf2439ad13f74284a41e01565907adc16003 (patch)
tree2d98455e2c4607e73ed4f24e8bb28121c1d09417
parentdc7533f716adc0628f76310bd182e4001be7b99e (diff)
downloadghostpdl-a3a1cf2439ad13f74284a41e01565907adc16003.tar.gz
Get rid of some #if 0 code.
-rw-r--r--base/gdevp14.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/gdevp14.c b/base/gdevp14.c
index 8819ad904..b10a8edb4 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -11505,17 +11505,6 @@ c_pdf14trans_clist_write_update(const gs_composite_t * pcte, gx_device * dev,
return code;
case PDF14_POP_DEVICE:
-# if 0 /* Disabled because pdf14_clist_create_compositor does so. */
- /*
- * Ensure that the tranfer functions, etc. are current before we
- * dump our transparency image to the output device.
- */
- if (pgs->dev_ht)
- code = cmd_put_halftone((gx_device_clist_writer *)
- (((pdf14_clist_device *)dev)->target), pgs->dev_ht);
-# else
- code = 0;
-# endif
code = clist_writer_check_empty_cropping_stack(cdev);
break;