diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 043d9c5..6a7db95 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -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. *