summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-07-10 10:23:19 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-07-10 10:23:19 +0200
commitc1e792e1aa6d8d4f2b789d04574fd35aa0fc26c3 (patch)
tree4aa0fa0c9da6e515af3b42e2b65d9113a7a8edd0 /ext/gd
parentb284ba39436cb3585cbb68a62420f8f8ad664942 (diff)
downloadphp-git-c1e792e1aa6d8d4f2b789d04574fd35aa0fc26c3.tar.gz
Drop dead prototype
Diffstat (limited to 'ext/gd')
-rw-r--r--ext/gd/php_gd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h
index 32fba66165..ffb6f60b75 100644
--- a/ext/gd/php_gd.h
+++ b/ext/gd/php_gd.h
@@ -77,8 +77,6 @@ PHP_MINIT_FUNCTION(gd);
PHP_MSHUTDOWN_FUNCTION(gd);
PHP_RSHUTDOWN_FUNCTION(gd);
-PHP_GD_API int phpi_get_le_gd(void);
-
#else
#define phpext_gd_ptr NULL