eliminate pointer dereference

This commit is contained in:
Cristy
2022-11-21 15:06:05 -05:00
parent 05152f47f8
commit a3be60dcfc
-1
View File
@@ -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;
}