[reverse search links] remove dead code
This commit is contained in:
parent
6c6b09f762
commit
955d787fa3
1 changed files with 0 additions and 13 deletions
|
@ -40,19 +40,6 @@ class ReverseSearchLinks extends Extension
|
|||
'Yandex'
|
||||
];
|
||||
|
||||
private function get_options(): array
|
||||
{
|
||||
global $config;
|
||||
|
||||
$output = [];
|
||||
$services = $this->SERVICES;
|
||||
foreach ($services as $service) {
|
||||
$output[$service] = $service;
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set default config values
|
||||
*/
|
||||
|
|
Reference in a new issue