diff options
Diffstat (limited to 'icc/icc.c')
-rw-r--r-- | icc/icc.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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; |