]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't show notice attachments in single-notice view
authorEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 17:37:05 +0000 (13:37 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 20 Apr 2011 17:37:05 +0000 (13:37 -0400)
actions/shownotice.php

index 4b6483f1aa44db245870913a2256fa7df14db58d..f11140e40c9ff5174f4e7399ddef388d05ad8cfd 100644 (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
      *