Remove unused private field in OutputPage
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:44:57 +0000 (21:44 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:44:57 +0000 (21:44 +0200)
Change-Id: I5d70886d67d4c1b2a3a176eace2fd545ca842aa3

includes/OutputPage.php

index 073762a..1d1b9fb 100644 (file)
@@ -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 );