setHelp not used anymore, clean up tests

This commit is contained in:
Graham Knop 2007-09-21 02:30:12 +00:00
parent eaf73a976e
commit f8781fede9
7 changed files with 4 additions and 8 deletions

View file

@ -243,7 +243,6 @@ sub www_editBranch {
);
}
}
$ac->setHelp('edit branch', 'Asset');
return $ac->render($tabform->print, $i18n->get('edit branch','Asset'));
}