From: Evan Prodromou Date: Wed, 20 Apr 2011 17:37:05 +0000 (-0400) Subject: don't show notice attachments in single-notice view X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b65efd64d5b6622c75f72cd200050e459bae364;p=quix0rs-gnu-social.git don't show notice attachments in single-notice view --- diff --git a/actions/shownotice.php b/actions/shownotice.php index 4b6483f1aa..f11140e40c 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -354,15 +354,6 @@ class SingleNoticeItem extends DoFollowListItem $this->showEnd(); } - /** - * For our zoomed-in special case we'll use a fuller list - * for the attachment info. - */ - function showNoticeAttachments() { - $al = new AttachmentList($this->notice, $this->out); - $al->show(); - } - /** * show the avatar of the notice's author *