From: Kalle Sommer Nielsen Date: Fri, 19 Jun 2015 12:55:10 +0000 (+0200) Subject: Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc) X-Git-Tag: php-7.0.0alpha2~2^2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cff872eaadfca6dd35ec6c07527fefd2b5bf613b;p=php Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc) --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index f02c6aba34..618681478e 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -185,16 +185,6 @@ PHP_FUNCTION(imagesy); PHP_FUNCTION(imagedashedline); PHP_FUNCTION(imagettfbbox); PHP_FUNCTION(imagettftext); -PHP_FUNCTION(imagepsloadfont); -/* -PHP_FUNCTION(imagepscopyfont); -*/ -PHP_FUNCTION(imagepsfreefont); -PHP_FUNCTION(imagepsencodefont); -PHP_FUNCTION(imagepsextendfont); -PHP_FUNCTION(imagepsslantfont); -PHP_FUNCTION(imagepstext); -PHP_FUNCTION(imagepsbbox); PHP_FUNCTION(jpeg2wbmp); PHP_FUNCTION(png2wbmp);