Drop unused override for deprecated method SkinVector::shouldPreloadLogo

The parent method was deprecated in MW 1.32 and this override has been unused
ever since.

Bug: T255474
Change-Id: I811f7b3a6dba0bb1eebf36ed52e363affc8511d2
This commit is contained in:
Taavi Väänänen 2020-06-21 16:25:39 +03:00
parent 94a9238fc2
commit 9cd4a17c6c
1 changed files with 0 additions and 9 deletions

View File

@ -98,15 +98,6 @@ class SkinVector extends SkinTemplate {
return new VectorTemplate( $this->getConfig(), $tp, $this->isLegacy() );
}
/**
* Whether the logo should be preloaded with an HTTP link header or not
* @since 1.29
* @return bool
*/
public function shouldPreloadLogo() {
return true;
}
/**
* Whether or not the legacy version of the skin is being used.
*