From: Takeshi Abe Date: Wed, 13 Jan 2010 06:55:03 +0000 (+0000) Subject: removed an unused variable X-Git-Tag: php-5.2.13RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6819600fabb4d5f2ddbec9a8e92b906a3c5c8fb;p=php removed an unused variable --- diff --git a/ext/gd/libgd/gd_gif_out.c b/ext/gd/libgd/gd_gif_out.c index 1fe36880a4..14045385ab 100644 --- a/ext/gd/libgd/gd_gif_out.c +++ b/ext/gd/libgd/gd_gif_out.c @@ -117,9 +117,8 @@ void gdImageGif (gdImagePtr im, FILE * outFile) void gdImageGifCtx(gdImagePtr im, gdIOCtxPtr out) { gdImagePtr pim = 0, tim = im; - int interlace, transparent, BitsPerPixel; + int interlace, BitsPerPixel; interlace = im->interlace; - transparent = im->transparent; if (im->trueColor) { /* Expensive, but the only way that produces an acceptable result: mix down to a palette