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 *