remove unused $notice param from NoticeListItem::show()

darcs-hash:20081211232811-84dde-658ffc41153b3ffcf7243baa0faa0c3b09a493f0.gz
This commit is contained in:
Evan Prodromou 2008-12-11 18:28:11 -05:00
parent 724a11c250
commit 801af524e4
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class NoticeListItem {
$this->profile = $notice->getProfile();
}
function show($notice) {
function show() {
$this->show_start();
$this->show_fave_form();
$this->show_author();