diff options
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/nogd.php')
| -rw-r--r-- | phpBB/phpbb/captcha/plugins/nogd.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/captcha/plugins/nogd.php b/phpBB/phpbb/captcha/plugins/nogd.php index dbf0664a62..6845e5935c 100644 --- a/phpBB/phpbb/captcha/plugins/nogd.php +++ b/phpBB/phpbb/captcha/plugins/nogd.php @@ -26,14 +26,6 @@ class nogd extends captcha_abstract } /** - * @return string the name of the service corresponding to the plugin - */ - function get_service_name() - { - return 'core.captcha.plugins.nogd'; - } - - /** * @return string the name of the class used to generate the captcha */ function get_generator_class() |
