From cadd370a4d94a7dfc6685d524cd0615bb65a9d79 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Tue, 20 Sep 2016 14:58:04 -0700 Subject: [PATCH] Remove OutputPage->mDebugtext Deprecated since 1.20, unused anywhere. Change-Id: I4316b77c48e65faf788de60be28fc9cf65c785f1 --- includes/OutputPage.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ba14b99557..c57e219f8c 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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 "" tag */ private $mHTMLtitle = ''; -- 2.20.1