[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1620-g8c50596
[email protected] (Robin Watts)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 8c5059661a48e2e17d0f15c7c6936510192728b6 (commit)
from f531552c99a04f003412f7a83d4661e927f88d40 (commit)
----------------------------------------------------------------------
commit 8c5059661a48e2e17d0f15c7c6936510192728b6
Author: Robin Watts <[email protected]>
Date: Wed Aug 28 14:13:27 2019 +0100
Remove outdated FIXME's.
diff --git a/base/gdevp14.c b/base/gdevp14.c
index aecc354..aad6a9a 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -2047,7 +2047,6 @@ pdf14_get_buffer_information(const gx_device * dev,
transbuff->mem = mem;
if (transbuff->deep) {
- /* FIXME: */
for (j = 0; j < transbuff->n_chan; j++) {
buff_ptr_src = buf->data + j * buf->planestride +
buf->rowstride * rect.p.y + (rect.p.x<<buf->deep);
@@ -3435,7 +3434,6 @@ pdf14_fill_mask(gx_device * orig_dev,
group_rect.q.x = x + w;
group_rect.q.y = y + h;
if (!(w <= 0 || h <= 0)) {
- /* FIXME: 255's here? should allow for deep */
code = pdf14_push_transparency_group(p14dev->ctx, &group_rect,
1, 0, 65535, 65535, ptile->blending_mode, 0, 0,
ptile->ttrans->n_chan-1, false, NULL, NULL, NULL, NULL);
@@ -3830,7 +3828,6 @@ pdf14_patt_trans_image_fill(gx_device * dev, const gs_gstate * pgs,
if_debug2m('v', p14dev->ctx->memory,
"[v*] Pushing trans group patt_trans_image_fill, uid = %ld id = %ld \n",
ptile->uid.id, ptile->id);
- /* FIXME: 255s should allow for deep */
code = pdf14_push_transparency_group(p14dev->ctx, &group_rect, 1, 0, 65535, 65535,
pgs->blend_mode, 0, 0,
ptile->ttrans->n_chan-1, false, NULL,
Summary of changes:
base/gdevp14.c | 3 ---
1 file changed, 3 deletions(-)