Remove unused and not working code fragment

Bug: T250236
Change-Id: Ia85d61a81234abe8d238424bcabcf5f5dc4d839f
This commit is contained in:
Florian 2020-04-17 17:30:55 +02:00
parent 22842fb0d2
commit 610ac36573
2 changed files with 1 additions and 10 deletions

View file

@ -1,7 +1,7 @@
{
"name": "ReCaptchaNoCaptcha",
"author": [
"..."
"Florian Schmidt"
],
"url": "https://www.mediawiki.org/wiki/Extension:ConfirmEdit#ReCaptcha_(NoCaptcha)",
"descriptionmsg": "renocaptcha-desc",

View file

@ -220,15 +220,6 @@ HTML;
return [];
}
/**
* @param array $captchaData
* @param string $id
* @return Message
*/
public function getCaptchaInfo( $captchaData, $id ) {
return wfMessage( 'renocaptcha-info' );
}
/**
* @return ReCaptchaNoCaptchaAuthenticationRequest
*/