diff options
Diffstat (limited to 'actions/replies.php')
-rw-r--r-- | actions/replies.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/actions/replies.php b/actions/replies.php index 5d84f6428..d7ed440e9 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -138,17 +138,6 @@ class RepliesAction extends OwnerDesignAction } /** - * 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 * * @return void |