From 4ad43efcb4954aab92c8fc675e7f1411748914bf Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 13 Jan 2010 06:55:03 +0000 Subject: [PATCH] removed an unused variable --- ext/gd/libgd/gd_gif_out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.50.1