From 9b57bf32a8b270ee6b0fe89c3e565de90258791b Mon Sep 17 00:00:00 2001 From: cristy Date: Sat, 9 Jun 2012 13:15:51 +0000 Subject: [PATCH] --- MagickCore/attribute.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MagickCore/attribute.c b/MagickCore/attribute.c index f4da0764c..0f9d351b3 100644 --- a/MagickCore/attribute.c +++ b/MagickCore/attribute.c @@ -953,10 +953,6 @@ MagickExport MagickBooleanType SetImageDepth(Image *image, image->colormap[i].alpha=(double) ScaleAnyToQuantum(ScaleQuantumToAny( ClampToQuantum(image->colormap[i].alpha),range),range); } - status=SyncImage(image,exception); - if (status != MagickFalse) - image->depth=depth; - return(status); } status=MagickTrue; image_view=AcquireAuthenticCacheView(image,exception); -- 2.40.0