Another big cull on unused variables and such

This commit is contained in:
Sam Reed 2010-10-29 21:55:29 +00:00
parent a39def326d
commit 68c90be0a0

View file

@ -361,8 +361,6 @@ function efCategoryTreeArticleFromTitle( $title, &$article ) {
function efCategoryTreeOutputPageMakeCategoryLinks( $out, &$categories, &$links ) {
global $wgCategoryTreePageCategoryOptions;
$ct = new CategoryTree( $wgCategoryTreePageCategoryOptions );
foreach ( $categories as $category => $type ) {
$links[$type][] = efCategoryTreeParserHook( $category, $wgCategoryTreePageCategoryOptions, null, true );
}