don't show notice attachments in single-notice view

This commit is contained in:
Evan Prodromou 2011-04-20 13:37:05 -04:00
parent c39207b0f8
commit 9b65efd64d

View File

@ -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
*