From 301a7f3d1d60fd0242db2bc14eafe29b7b759d25 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sat, 19 Jul 2014 22:44:54 +0200 Subject: [PATCH] Remove unused global declarations Change-Id: I05a9bc5c0c0447c045714a445b0ed44f001db1dc --- includes/OutputPage.php | 4 ++-- includes/Preferences.php | 2 +- includes/Skin.php | 2 +- includes/SkinTemplate.php | 3 +-- includes/installer/WebInstallerOutput.php | 1 - 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 6163a8def5..fdf8e7f1be 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2961,7 +2961,7 @@ $templates * @return string */ function getScriptsForBottomQueue( $inHead ) { - global $wgUseSiteJs, $wgAllowUserJs; + global $wgAllowUserJs; // Scripts and messages "only" requests marked for bottom inclusion // If we're in the , use load() calls rather than