diff options
| author | foobar <sniper@php.net> | 2002-06-28 12:35:30 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-06-28 12:35:30 +0000 |
| commit | e2eaa0261a534a32922e6ed7eaf3ce266bbb5f30 (patch) | |
| tree | 2190e2c74e17c0af2ffd971eb5d9ed94046cc140 /ext/gd/php_gd.h | |
| parent | 569da8b3bf54e7b2331b79261ace013078d18aca (diff) | |
| download | php-git-e2eaa0261a534a32922e6ed7eaf3ce266bbb5f30.tar.gz | |
Moved all gd.h related stuff to gd.c
Diffstat (limited to 'ext/gd/php_gd.h')
| -rw-r--r-- | ext/gd/php_gd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 401a848cfb..44d91cac47 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -59,9 +59,6 @@ PHP_MINFO_FUNCTION(gd); PHP_MINIT_FUNCTION(gd); PHP_MSHUTDOWN_FUNCTION(gd); -#ifndef HAVE_GDIMAGECOLORRESOLVE -extern int gdImageColorResolve(gdImagePtr, int, int, int); -#endif PHP_FUNCTION(imagearc); PHP_FUNCTION(imagechar); PHP_FUNCTION(imagecharup); @@ -160,11 +157,6 @@ PHP_FUNCTION(image2wbmp); PHP_GD_API int phpi_get_le_gd(void); -/* This is missing from gd.h */ -#if HAVE_COLORCLOSESTHWB -int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b); -#endif - #else #define phpext_gd_ptr NULL |
