aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/recaptcha.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/captcha/plugins/recaptcha.php')
-rw-r--r--phpBB/phpbb/captcha/plugins/recaptcha.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/captcha/plugins/recaptcha.php b/phpBB/phpbb/captcha/plugins/recaptcha.php
index efa93ab72a..928694f6ca 100644
--- a/phpBB/phpbb/captcha/plugins/recaptcha.php
+++ b/phpBB/phpbb/captcha/plugins/recaptcha.php
@@ -64,14 +64,6 @@ class recaptcha extends \phpbb\captcha\plugins\captcha_abstract
}
/**
- * @return string the name of the service corresponding to the plugin
- */
- function get_service_name()
- {
- return 'core.captcha.plugins.recaptcha';
- }
-
- /**
* This function is implemented because required by the upper class, but is never used for reCaptcha.
*/
function get_generator_class()