More unused globals.
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 25 Feb 2009 21:54:11 +0000 (21:54 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 25 Feb 2009 21:54:11 +0000 (21:54 +0000)
includes/parser/Parser.php

index f60ed17..cb5b815 100644 (file)
@@ -2684,7 +2684,7 @@ class Parser
         * @private
         */
        function braceSubstitution( $piece, $frame ) {
-               global $wgContLang, $wgAllowDisplayTitle, $wgNonincludableNamespaces;
+               global $wgContLang, $wgNonincludableNamespaces;
                wfProfileIn( __METHOD__ );
                wfProfileIn( __METHOD__.'-setup' );