From: Cristy Date: Sat, 10 Mar 2018 00:57:53 +0000 (-0500) Subject: ... X-Git-Tag: 7.0.7-26~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c5da3d46f8d5eacd714f91690daa84830d18e00;p=imagemagick ... --- diff --git a/coders/rgb.c b/coders/rgb.c index e8455a828..e221bff1e 100644 --- a/coders/rgb.c +++ b/coders/rgb.c @@ -570,12 +570,6 @@ static Image *ReadRGBImage(const ImageInfo *image_info,ExceptionInfo *exception) if (count != (ssize_t) length) break; } - if (image->previous == (Image *) NULL) - { - status=SetImageProgress(image,LoadImageTag,3,6); - if (status == MagickFalse) - break; - } if (image->previous == (Image *) NULL) { status=SetImageProgress(image,LoadImageTag,4,6);