Warning fix;

This commit is contained in:
Pavel Vlasov
2015-06-24 14:34:20 +03:00
parent 101607a7d0
commit e57609836c
2 changed files with 0 additions and 2 deletions

View File

@@ -5841,7 +5841,6 @@ private:
static bool ipp_lut(Mat &src, Mat &lut, Mat &dst)
{
int cn = src.channels();
int lutcn = lut.channels();
if(src.dims > 2)