]> granicus.if.org Git - php/commitdiff
Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc)
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 19 Jun 2015 12:55:10 +0000 (14:55 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 19 Jun 2015 12:55:10 +0000 (14:55 +0200)
ext/gd/php_gd.h

index f02c6aba34d3c8a1d097c80424c3406f741acf45..618681478edced8a48e2972172ca99d72708ec16 100644 (file)
@@ -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);