From: cristy Date: Mon, 31 Oct 2011 23:26:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6702 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8966ccc860837cc03df2b11ec764cadbef647c7b;p=imagemagick --- diff --git a/coders/gif.c b/coders/gif.c index 7d87589de..3794ccf3f 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -1552,7 +1552,6 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image, } (void) WriteBlobLSBShort(image,(unsigned short) page.width); (void) WriteBlobLSBShort(image,(unsigned short) page.height); - /* Write images to file. */