diff options
author | Brion Vibber <brion@status.net> | 2010-11-08 15:32:41 -0800 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2010-11-08 15:32:41 -0800 |
commit | 551b196a3572ac9dabcda47abc92db201fb0e6c9 (patch) | |
tree | 7d40da19558305b9ae5dfb1e6d66b012ab72bee9 /actions | |
parent | 32321de5e048ee50417a6d91b651180c28a801b1 (diff) |
doomy doom doom
Diffstat (limited to 'actions')
-rw-r--r-- | actions/shownotice.php | 5 |
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(); - } } |