From cff872eaadfca6dd35ec6c07527fefd2b5bf613b Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 19 Jun 2015 14:55:10 +0200 Subject: [PATCH] Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc) --- ext/gd/php_gd.h | 10 ---------- 1 file changed, 10 deletions(-) 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); -- 2.40.0