From 9b65efd64d5b6622c75f72cd200050e459bae364 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 20 Apr 2011 13:37:05 -0400 Subject: [PATCH] don't show notice attachments in single-notice view --- actions/shownotice.php | 9 --------- 1 file changed, 9 deletions(-) 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 *