From: Nikita Popov Date: Fri, 10 Jul 2020 08:23:19 +0000 (+0200) Subject: Drop dead prototype X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e792e1aa6d8d4f2b789d04574fd35aa0fc26c3;p=php Drop dead prototype --- 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