diff --git a/MagickCore/fx.c b/MagickCore/fx.c index 4f5c0f0bcf..55dbd5869d 100644 --- a/MagickCore/fx.c +++ b/MagickCore/fx.c @@ -2909,7 +2909,6 @@ static inline fxFltType ImageStat ( OptionError,"NoSuchImageChannel","%i",channel); channel=(PixelChannel) 0; } - cs = pfx->statistics[ImgNum]; cs = CollectOneImgStats (pfx, pfx->Images[ImgNum]); NeedRelinq = MagickTrue; }