]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 25 Feb 2015 23:55:16 +0000 (23:55 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 25 Feb 2015 23:55:16 +0000 (23:55 +0000)
MagickCore/compare.c

index 6a6de6a92586f7e287a2ea15626bf2262ef0ceb9..d4899a796d3092fb3c000e5fa7438778255e2ff1 100644 (file)
@@ -130,8 +130,6 @@ static inline MagickBooleanType ValidateImageMorphology(
   /*
     Does the image match the reconstructed image morphology?
   */
-  if (image->number_channels != reconstruct_image->number_channels)
-    return(MagickFalse);
   return(MagickTrue);
 }