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