From 9db89203fcb0fe723541a50d82b74b5c5b881a7a Mon Sep 17 00:00:00 2001 From: cristy Date: Thu, 12 Jul 2012 12:02:27 +0000 Subject: [PATCH] --- coders/gradient.c | 1 - 1 file changed, 1 deletion(-) 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)); -- 2.50.1