From 7ab2edb2fa9975e98630617c4b42d6462b3d9d18 Mon Sep 17 00:00:00 2001 From: Nicholas Ray Date: Fri, 14 May 2021 12:13:14 -0600 Subject: [PATCH] Remove unused $contentNavigation from `getTemplateData` method This is not used in the method and, from the surface, appears to be extraneous. Change-Id: I63b1eba54f8ce11296c187b292010e415a2915af --- includes/SkinVector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/SkinVector.php b/includes/SkinVector.php index 729741c..4ce5aee 100644 --- a/includes/SkinVector.php +++ b/includes/SkinVector.php @@ -174,7 +174,6 @@ class SkinVector extends SkinMustache { * @inheritDoc */ public function getTemplateData() : array { - $contentNavigation = $this->buildContentNavigationUrls(); $skin = $this; $out = $skin->getOutput(); $title = $out->getTitle();