From 3fffc78ed0e49101de97e2c9676cea1c8035ed5a Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 26 Apr 2013 08:07:47 +0200 Subject: [PATCH] #64710, kill unused vars --- ext/gd/gd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index ab9d850823..dc1978eadd 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -5260,9 +5260,6 @@ PHP_FUNCTION(imageantialias) PHP_FUNCTION(imagecrop) { zval *IM; - long mode = -1; - long color = -1; - double threshold = 0.5f; gdImagePtr im; gdImagePtr im_crop; gdRect rect; -- 2.50.1