summaryrefslogtreecommitdiff
path: root/ext/gd/php_gd.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2015-05-29 09:18:36 +0200
committerKalle Sommer Nielsen <kalle@php.net>2015-05-29 09:18:36 +0200
commit7dcfdbbee431c93c52605e1df323d18e0c6088e9 (patch)
tree653209041e10246928d4fdb39e0588a45b8a53a6 /ext/gd/php_gd.h
parent0e079f9358be65c4cae5dd938b4924abec0564ac (diff)
downloadphp-git-7dcfdbbee431c93c52605e1df323d18e0c6088e9.tar.gz
Remove T1Lib support (see #69698)
# Also removes imagepscopyfont() which was never available (commented out)
Diffstat (limited to 'ext/gd/php_gd.h')
-rw-r--r--ext/gd/php_gd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 2af7887ebc..f02c6aba34 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -70,9 +70,6 @@ extern zend_module_entry gd_module_entry;
/* gd.c functions */
PHP_MINFO_FUNCTION(gd);
PHP_MINIT_FUNCTION(gd);
-#if HAVE_LIBT1
-PHP_MSHUTDOWN_FUNCTION(gd);
-#endif
#if HAVE_GD_FREETYPE && HAVE_LIBFREETYPE
PHP_RSHUTDOWN_FUNCTION(gd);
#endif