From: cristy Date: Thu, 18 Apr 2013 14:52:52 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3856 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6595c642b6c5bed2a06b52cd9077d87f7e3fbc0d;p=imagemagick --- diff --git a/coders/wpg.c b/coders/wpg.c index 7d3047156..9d267328e 100644 --- a/coders/wpg.c +++ b/coders/wpg.c @@ -936,9 +936,6 @@ static Image *ReadWPGImage(const ImageInfo *image_info, WPGColorMapRec WPG_Palette; - WPGPSl1Record - WPG_Record; - int i, bpp, @@ -962,7 +959,6 @@ static Image *ReadWPGImage(const ImageInfo *image_info, assert(image_info->signature == MagickSignature); assert(exception != (ExceptionInfo *) NULL); assert(exception->signature == MagickSignature); - (void) WPG_Record; one=1; image=AcquireImage(image_info,exception); image->depth=8;