From e2eaa0261a534a32922e6ed7eaf3ce266bbb5f30 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 28 Jun 2002 12:35:30 +0000 Subject: Moved all gd.h related stuff to gd.c --- ext/gd/php_gd.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ext/gd/php_gd.h') 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 -- cgit v1.2.1