From: Evan Prodromou Date: Thu, 11 Dec 2008 23:28:11 +0000 (-0500) Subject: remove unused $notice param from NoticeListItem::show() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=801af524e42004eb4301482bcf8fb6f74e1f28ed;p=quix0rs-gnu-social.git remove unused $notice param from NoticeListItem::show() darcs-hash:20081211232811-84dde-658ffc41153b3ffcf7243baa0faa0c3b09a493f0.gz --- diff --git a/lib/noticelist.php b/lib/noticelist.php index 2fb52e4270..599fc55444 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -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();