diff options
Diffstat (limited to 'ext/gd/libgd/gd_gd.c')
-rw-r--r-- | ext/gd/libgd/gd_gd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/libgd/gd_gd.c b/ext/gd/libgd/gd_gd.c index 45b6492312..72213a848e 100644 --- a/ext/gd/libgd/gd_gd.c +++ b/ext/gd/libgd/gd_gd.c @@ -195,7 +195,6 @@ void _gdPutColors (gdImagePtr im, gdIOCtx * out) { int i; - int trans; gdPutC (im->trueColor, out); if (!im->trueColor) |