r106263 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106262‎ | r106263 | r106264 >
Date:22:23, 14 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
kill dead code
Modified paths:
  • /trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticDrilldown/specials/SD_BrowseData.php
@@ -851,11 +851,10 @@
852852 }
853853
854854 function getPageHeader() {
855 - global $wgUser, $wgRequest;
 855+ global $wgRequest;
856856 global $sdgContLang, $sdgScriptPath;
857857 global $sdgFiltersSmallestFontSize, $sdgFiltersLargestFontSize;
858858
859 - $skin = $wgUser->getSkin();
860859 $categories = SDUtils::getCategoriesForBrowsing();
861860 // if there are no categories, escape quickly
862861 if ( count( $categories ) == 0 ) {

Status & tagging log