From fa2ac1f27126292a24aa33136b2d3a7f1832ea47 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sun, 10 Aug 2014 15:10:14 +0200 Subject: [ticket/11854] Use a set_name method instead of overriding get_service_name PHPBB3-11854 --- phpBB/phpbb/captcha/plugins/gd.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb/captcha/plugins/gd.php') diff --git a/phpBB/phpbb/captcha/plugins/gd.php b/phpBB/phpbb/captcha/plugins/gd.php index c1d8c83095..f6200b5b2f 100644 --- a/phpBB/phpbb/captcha/plugins/gd.php +++ b/phpBB/phpbb/captcha/plugins/gd.php @@ -30,14 +30,6 @@ class gd extends captcha_abstract return @extension_loaded('gd'); } - /** - * @return string the name of the service corresponding to the plugin - */ - function get_service_name() - { - return 'core.captcha.plugins.gd'; - } - /** * @return string the name of the class used to generate the captcha */ -- cgit v1.2.1