diff options
author | Pierre Joye <pajoye@php.net> | 2006-03-05 19:20:12 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-03-05 19:20:12 +0000 |
commit | f4ea8372a498643aaa8d8e366cd765e49bcd9854 (patch) | |
tree | 07cf2546c053a6da0a790dc6fa4a135d86102484 /ext/gd/php_gd.h | |
parent | 72c9d907d324e6e5624ef10ba11bcc6ba6c42c15 (diff) | |
download | php-git-f4ea8372a498643aaa8d8e366cd765e49bcd9854.tar.gz |
- revert Harmut commit, Histogram implementation not correct and no idea
where you got the ok to add that
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 33f1981322..dac14310b1 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -86,7 +86,6 @@ PHP_FUNCTION(imagecolorexact); PHP_FUNCTION(imagecolorset); PHP_FUNCTION(imagecolorstotal); PHP_FUNCTION(imagecolorsforindex); -PHP_FUNCTION(imagecolorhistogram); PHP_FUNCTION(imagecolortransparent); PHP_FUNCTION(imagecopy); PHP_FUNCTION(imagecopymerge); |