diff options
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/gd.php')
-rw-r--r-- | phpBB/phpbb/captcha/plugins/gd.php | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ -31,14 +31,6 @@ class gd extends captcha_abstract } /** - * @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 */ function get_generator_class() |