summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-22 08:34:04 +0000
committerfoobar <sniper@php.net>2001-08-22 08:34:04 +0000
commit5296d29b59b243ac739d7145fd6bd51f1f4c7ea7 (patch)
tree9a0e017a14676523aa89936ddbe57e3cfd17fef9 /ext/gd/php_gd.h
parentbd4150ed806a2aebd8bdbd90c97459681c0b485c (diff)
downloadphp-git-5296d29b59b243ac739d7145fd6bd51f1f4c7ea7.tar.gz
Killed a compile warning.
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index f29695831b..378936c42f 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -146,7 +146,6 @@ PHP_FUNCTION(imagestring);
PHP_FUNCTION(imagestringup);
PHP_FUNCTION(imagesx);
PHP_FUNCTION(imagesy);
-static void php_gdimagecharup(gdImagePtr, gdFontPtr, int, int, int, int);
PHP_FUNCTION(imagedashedline);
PHP_FUNCTION(imagettfbbox);
PHP_FUNCTION(imagettftext);