From 79fa050125971625229a586f1ffed1a0ea504510 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Fri, 12 Jun 2009 17:05:31 -0700 Subject: Remove useless method --- actions/tag.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'actions/tag.php') diff --git a/actions/tag.php b/actions/tag.php index f5ca06f05..d0ad797eb 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -76,11 +76,6 @@ class TagAction extends Action sprintf(_('Feed for tag %s'), $this->tag))); } - function showPageNotice() - { - return sprintf(_('Messages tagged "%s", most recent first'), $this->tag); - } - function showContent() { $notice = Notice_tag::getStream($this->tag, (($this->page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1); -- cgit v1.2.3-54-g00ecf