helly           Sun Aug 10 16:13:38 2003 EDT

  Modified files:              
    /php-src/ext/gd/libgd       gd.c 
  Log:
  Nuke unused vars
  
Index: php-src/ext/gd/libgd/gd.c
diff -u php-src/ext/gd/libgd/gd.c:1.63 php-src/ext/gd/libgd/gd.c:1.64
--- php-src/ext/gd/libgd/gd.c:1.63      Wed Jul 30 13:34:11 2003
+++ php-src/ext/gd/libgd/gd.c   Sun Aug 10 16:13:38 2003
@@ -2878,7 +2878,7 @@
 {
        gdImagePtr pMidImg;
        gdImagePtr rotatedImg;
-       int r,g,b,a;
+
        if (src == NULL) {
                return NULL;
        }



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to