Hygiene: remove getPageClasses

Looks like the SkinVector::getPageClasses is doing nothing, only
calling the Skin::getPageClasses and returning the output.

Change-Id: I5becaa1505d46cbf9a07b8bfe73ddf324b740876
This commit is contained in:
Piotr Miazga 2019-11-18 15:10:36 -05:00
parent 6ce3b83954
commit 2f355a3e11
1 changed files with 0 additions and 6 deletions

View File

@ -42,12 +42,6 @@ class SkinVector extends SkinTemplate {
->makeConfig( 'vector' );
}
/** @inheritDoc */
public function getPageClasses( $title ) {
$className = parent::getPageClasses( $title );
return $className;
}
/**
* Enables the responsive mode
*/