]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/replies.php
Merge branch '0.8.x' into userdesign
[quix0rs-gnu-social.git] / actions / replies.php
index 5d84f6428cfac4aec8bf75e807107801f7974118..d7ed440e9237d0a32fd814eb1dd99269ad6393f9 100644 (file)
@@ -137,17 +137,6 @@ class RepliesAction extends OwnerDesignAction
         return array(new Feed(Feed::RSS1, $rssurl, $rsstitle));
     }
 
-    /**
-     * Output document relationship links
-     *
-     * @return void
-     */
-    function showRelationshipLinks()
-    {
-        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
-                                     $this->page, 'replies', array('nickname' => $this->user->nickname));
-    }
-
     /**
      * show the personal group nav
      *