summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2017-08-15 09:19:27 +0100
committerKen Sharp <ken.sharp@artifex.com>2017-08-15 09:19:27 +0100
commit55e3ee85c171a0d7e563535c77d69a8773f17265 (patch)
tree14af7fd858fd9c23241b1dc1670c0ef94c04cbcc /cups
parentffa47bc975171d8839af1cf8fb9677c173cff0e6 (diff)
downloadghostpdl-55e3ee85c171a0d7e563535c77d69a8773f17265.tar.gz
Fix some spurious code in the CUPS device, flagged by the compiler
Somehow a few lines of code were duplicated, fortunately this was benign, but lets remove the nonsense lines anwyay.
Diffstat (limited to 'cups')
-rw-r--r--cups/gdevcups.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cups/gdevcups.c b/cups/gdevcups.c
index f596d3fe2..065088134 100644
--- a/cups/gdevcups.c
+++ b/cups/gdevcups.c
@@ -3256,10 +3256,6 @@ cups_put_params(gx_device *pdev, /* I - Device info */
cups->header.LeadingEdge = (cups_edge_t)intval;
}
- #ifdef GX_COLOR_INDEX_TYPE
- /*
- * Support cupsPreferredBitsPerColor - basically, allows you to
-
#ifdef GX_COLOR_INDEX_TYPE
/*
* Support cupsPreferredBitsPerColor - basically, allows you to