summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2010-11-08 15:32:41 -0800
committerBrion Vibber <brion@status.net>2010-11-08 15:32:41 -0800
commit551b196a3572ac9dabcda47abc92db201fb0e6c9 (patch)
tree7d40da19558305b9ae5dfb1e6d66b012ab72bee9 /actions
parent32321de5e048ee50417a6d91b651180c28a801b1 (diff)
doomy doom doom
Diffstat (limited to 'actions')
-rw-r--r--actions/shownotice.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php
index b7e61a137..7a11787b6 100644
--- a/actions/shownotice.php
+++ b/actions/shownotice.php
@@ -356,9 +356,4 @@ class SingleNoticeItem extends DoFollowListItem
$this->profile->fullname :
$this->profile->nickname));
}
-
- function showNoticeAttachments() {
- $al = new AttachmentList($this->notice, $this->out);
- $al->show();
- }
}