unused globals ( bug #3692 )
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 30 Apr 2006 16:19:16 +0000 (16:19 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 30 Apr 2006 16:19:16 +0000 (16:19 +0000)
skins/Nostalgia.php
skins/Standard.php

index 54bd1a7..1b54aab 100644 (file)
@@ -25,7 +25,6 @@ class SkinNostalgia extends Skin {
        }
 
        function doBeforeContent() {
-               global $wgUser, $wgOut, $wgTitle;
 
                $s = "\n<div id='content'>\n<div id='topbar'>";
                $s .= $this->logoText( "right" );
index 067496f..d269db5 100644 (file)
@@ -52,7 +52,7 @@ class SkinStandard extends Skin {
         *
         */
        function doGetUserStyles() {
-               global $wgUser, $wgOut, $wgStylePath;
+               global $wgStylePath;
 
                $s = parent::doGetUserStyles();
                $qb = $this->qbSetting();