From d7f89e6fe63b8697fab5a901cfce457b375638b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 14:02:37 +0200 Subject: Imported Upstream version 1.5.1 --- icc/icc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'icc/icc.c') 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; -- cgit v1.2.3