Remove useless method

This commit is contained in:
Zach Copley 2009-06-12 17:05:31 -07:00
parent fc6154fe4d
commit 79fa050125
1 changed files with 0 additions and 5 deletions

View File

@ -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);