From 99b8fa8606a765ca05a6e8721fb831bad0e3cd61 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 30 May 2009 21:23:44 +0000 Subject: [PATCH] removed unused global declaration --- skins/Vector.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/skins/Vector.php b/skins/Vector.php index 097d4f59be..a28088b15a 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -35,8 +35,6 @@ class SkinVector extends SkinTemplate { * @param object $out Output page to add styles to */ public function setupSkinUserCss( OutputPage $out ) { - global $wgHandheldStyle; - parent::setupSkinUserCss( $out ); // Append to the default screen common & print styles... -- 2.20.1