Remove OutputPage->mDebugtext
authorMax Semenik <maxsem.wiki@gmail.com>
Tue, 20 Sep 2016 21:58:04 +0000 (14:58 -0700)
committerMax Semenik <maxsem.wiki@gmail.com>
Tue, 20 Sep 2016 21:58:04 +0000 (14:58 -0700)
Deprecated since 1.20, unused anywhere.

Change-Id: I4316b77c48e65faf788de60be28fc9cf65c785f1

includes/OutputPage.php

index ba14b99..c57e219 100644 (file)
@@ -67,13 +67,6 @@ class OutputPage extends ContextSource {
         */
        public $mBodytext = '';
 
-       /**
-        * Holds the debug lines that will be output as comments in page source if
-        * $wgDebugComments is enabled. See also $wgShowDebug.
-        * @deprecated since 1.20; use MWDebug class instead.
-        */
-       public $mDebugtext = '';
-
        /** @var string Stores contents of "<title>" tag */
        private $mHTMLtitle = '';