From: cristy Date: Sun, 12 Feb 2012 14:37:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04b9e0c9a7ca0f48dc9191499eea4b9a31b8a907;p=imagemagick --- diff --git a/coders/gif.c b/coders/gif.c index 55977ec8a..d05ee6cdb 100644 --- a/coders/gif.c +++ b/coders/gif.c @@ -1538,17 +1538,6 @@ static MagickBooleanType WriteGIFImage(const ImageInfo *image_info,Image *image, page.height=image->page.height; page.x=image->page.x; page.y=image->page.y; - if (write_info->adjoin != MagickFalse) - for (next_image=image; next_image != (Image *) NULL; ) - { - page.x=next_image->page.x; - page.y=next_image->page.y; - if ((next_image->page.width+page.x) > page.width) - page.width=next_image->page.width+page.x; - if ((next_image->page.height+page.y) > page.height) - page.height=next_image->page.height+page.y; - next_image=GetNextImageInList(next_image); - } (void) WriteBlobLSBShort(image,(unsigned short) page.width); (void) WriteBlobLSBShort(image,(unsigned short) page.height); /*