Skip to content

Commit 4ad43ef

Browse files
author
Takeshi Abe
committed
removed an unused variable
1 parent 16bc68f commit 4ad43ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/gd/libgd/gd_gif_out.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ void gdImageGif (gdImagePtr im, FILE * outFile)
117117
void gdImageGifCtx(gdImagePtr im, gdIOCtxPtr out)
118118
{
119119
gdImagePtr pim = 0, tim = im;
120-
int interlace, transparent, BitsPerPixel;
120+
int interlace, BitsPerPixel;
121121
interlace = im->interlace;
122-
transparent = im->transparent;
123122
if (im->trueColor) {
124123
/* Expensive, but the only way that produces an
125124
acceptable result: mix down to a palette

0 commit comments

Comments
 (0)