Remove unused $contentNavigation from `getTemplateData` method

This is not used in the method and, from the surface, appears to be
extraneous.

Change-Id: I63b1eba54f8ce11296c187b292010e415a2915af
This commit is contained in:
Nicholas Ray 2021-05-14 12:13:14 -06:00
parent 63f9dd81e3
commit 7ab2edb2fa
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ class SkinVector extends SkinMustache {
* @inheritDoc
*/
public function getTemplateData() : array {
$contentNavigation = $this->buildContentNavigationUrls();
$skin = $this;
$out = $skin->getOutput();
$title = $out->getTitle();