mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
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:
parent
94a9238fc2
commit
9cd4a17c6c
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue