* code formatting
[lhc/web/wiklou.git] / includes / SpecialUnusedcategories.php
index 9ab9505..409f2ea 100644 (file)
@@ -37,7 +37,6 @@ class UnusedCategoriesPage extends QueryPage {
        }
 
        function formatResult( $skin, $result ) {
-               global $wgLang;
                $title = Title::makeTitle( NS_CATEGORY, $result->title );
                return $skin->makeLinkObj( $title, $title->getText() );
        }