From: jeroendedauw Date: Mon, 7 Sep 2015 19:44:57 +0000 (+0200) Subject: Remove unused private field in OutputPage X-Git-Tag: 1.31.0-rc.0~10105^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=6a8c8342069ee0fd95dc14f29b64324921af6345;p=lhc%2Fweb%2Fwiklou.git Remove unused private field in OutputPage Change-Id: I5d70886d67d4c1b2a3a176eace2fd545ca842aa3 --- 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 );