summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-05-09 17:49:36 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-05-10 00:11:54 +0100
commitc2dbf6acdc8b86cc0d74ff74d222720558ceb397 (patch)
treecbd42bb48217683330b1aae7c4825bef422e9782 /toolbin
parentd9b37029db10bdeaf5eaee00bac2eb0653644c77 (diff)
downloadghostpdl-c2dbf6acdc8b86cc0d74ff74d222720558ceb397.tar.gz
lgtm.com fix: Remove code for duplicated "if" condition.
Diffstat (limited to 'toolbin')
-rw-r--r--toolbin/halftone/ETS/ipview.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolbin/halftone/ETS/ipview.html b/toolbin/halftone/ETS/ipview.html
index 2b7d57d0a..cfcc1b0e4 100644
--- a/toolbin/halftone/ETS/ipview.html
+++ b/toolbin/halftone/ETS/ipview.html
@@ -241,9 +241,6 @@ imageDataBlock.prototype.readPAM = function ()
this.planes[p].k = parseFloat(line);
}
}
- else if (line.substring(0, 1) == "#")
- {
- }
else if (line.substring(0, 6) == "ENDHDR")
break;
else