From: cristy Date: Thu, 12 Jul 2012 12:02:27 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9db89203fcb0fe723541a50d82b74b5c5b881a7a;p=imagemagick --- diff --git a/coders/gradient.c b/coders/gradient.c index 110de9e2c..d1330fb71 100644 --- a/coders/gradient.c +++ b/coders/gradient.c @@ -158,7 +158,6 @@ static Image *ReadGRADIENTImage(const ImageInfo *image_info, image=DestroyImageList(image); return((Image *) NULL); } - (void) SetImageColorspace(image,start_color.colorspace,exception); if ((start_color.matte == MagickFalse) && (stop_color.matte == MagickFalse)) (void) SetImageAlphaChannel(image,DeactivateAlphaChannel,exception); return(GetFirstImageInList(image));