Article: Remove unused variable
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 24 Jul 2017 09:18:54 +0000 (11:18 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 24 Jul 2017 09:18:54 +0000 (11:18 +0200)
Follow-up to 97a8fb78faa4ca2d9604140e5547f5deae5a2524.

Change-Id: I8822742f15c3972cec3ac2ec47a2f594453b8672

includes/page/Article.php

index 28db73c..e2cf2cf 100644 (file)
@@ -1669,7 +1669,6 @@ class Article implements Page {
                $title = $this->getTitle();
                $ctx = $this->getContext();
                $outputPage = $ctx->getOutput();
-               $useMediaWikiUIEverywhere = $ctx->getConfig()->get( 'UseMediaWikiUIEverywhere' );
                $outputPage->setPageTitle( wfMessage( 'delete-confirm', $title->getPrefixedText() ) );
                $outputPage->addBacklinkSubtitle( $title );
                $outputPage->setRobotPolicy( 'noindex,nofollow' );