From d3e9a854fd5e024de9cddfe24d7d96da256fb8fe Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 30 Apr 2006 16:19:16 +0000 Subject: [PATCH] unused globals ( bug #3692 ) --- skins/Nostalgia.php | 1 - skins/Standard.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/skins/Nostalgia.php b/skins/Nostalgia.php index 54bd1a75d4..1b54aab965 100644 --- a/skins/Nostalgia.php +++ b/skins/Nostalgia.php @@ -25,7 +25,6 @@ class SkinNostalgia extends Skin { } function doBeforeContent() { - global $wgUser, $wgOut, $wgTitle; $s = "\n
\n
"; $s .= $this->logoText( "right" ); diff --git a/skins/Standard.php b/skins/Standard.php index 067496fa88..d269db529d 100644 --- a/skins/Standard.php +++ b/skins/Standard.php @@ -52,7 +52,7 @@ class SkinStandard extends Skin { * */ function doGetUserStyles() { - global $wgUser, $wgOut, $wgStylePath; + global $wgStylePath; $s = parent::doGetUserStyles(); $qb = $this->qbSetting(); -- 2.20.1