summaryrefslogtreecommitdiff
path: root/icc/icc.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-01 14:02:37 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-01 14:02:37 +0200
commitd7f89e6fe63b8697fab5a901cfce457b375638b3 (patch)
tree30b4b81d186a06b64cd1ffb51236ec52a8e47e34 /icc/icc.c
parent22f703cab05b7cd368f4de9e03991b7664dc5022 (diff)
Imported Upstream version 1.5.1upstream/1.5.1
Diffstat (limited to 'icc/icc.c')
-rw-r--r--icc/icc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/icc/icc.c b/icc/icc.c
index 95dc0e9..68668d0 100644
--- a/icc/icc.c
+++ b/icc/icc.c
@@ -6348,11 +6348,6 @@ static int icmLut_read(
p->clutPoints = read_UInt8Number(bp+10);
/* Sanity check */
- if (p->inputChan < 1) {
- sprintf(icp->err,"icmLut_read: No input channels!");
- return icp->errc = 1;
- }
-
if (p->inputChan > MAX_CHAN) {
sprintf(icp->err,"icmLut_read: Can't handle > %d input channels\n",MAX_CHAN);
return icp->errc = 1;