From 6a8c8342069ee0fd95dc14f29b64324921af6345 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Mon, 7 Sep 2015 21:44:57 +0200 Subject: [PATCH] Remove unused private field in OutputPage Change-Id: I5d70886d67d4c1b2a3a176eace2fd545ca842aa3 --- includes/OutputPage.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 073762a035..1d1b9fb73a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -142,9 +142,6 @@ class OutputPage extends ContextSource { /** @var string Inline CSS styles. Use addInlineStyle() sparingly */ protected $mInlineStyles = ''; - /** @todo Unused? */ - private $mLinkColours; - /** * @var string Used by skin template. * Example: $tpl->set( 'displaytitle', $out->mPageLinkTitle ); -- 2.20.1