diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2015-06-19 14:55:10 +0200 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2015-06-19 14:55:10 +0200 |
commit | cff872eaadfca6dd35ec6c07527fefd2b5bf613b (patch) | |
tree | f94e1529bf32c74bda74185488c93fea3d4c9ba4 /ext/gd/php_gd.h | |
parent | 05c24d5dfa4719c4f15948ffd74f5266c60a4d67 (diff) | |
download | php-git-cff872eaadfca6dd35ec6c07527fefd2b5bf613b.tar.gz |
Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc)
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r-- | ext/gd/php_gd.h | 10 |
1 files changed, 0 insertions, 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); |