From: Zach Copley <zach@controlyourself.ca>
Date: Sat, 13 Jun 2009 00:05:31 +0000 (-0700)
Subject: Remove useless method
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79fa050125971625229a586f1ffed1a0ea504510;p=quix0rs-gnu-social.git

Remove useless method
---

diff --git a/actions/tag.php b/actions/tag.php
index f5ca06f055..d0ad797ebc 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);