From c1e792e1aa6d8d4f2b789d04574fd35aa0fc26c3 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 10 Jul 2020 10:23:19 +0200 Subject: Drop dead prototype --- ext/gd/php_gd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/gd') 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 -- cgit v1.2.1