From: Evan Prodromou <evan@status.net>
Date: Thu, 14 Apr 2011 19:51:07 +0000 (-0400)
Subject: hide subscription tag sections
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8a057bc2d5e4bed7219e6cc48371280db240b83;p=quix0rs-gnu-social.git

hide subscription tag sections
---

diff --git a/actions/subscriptions.php b/actions/subscriptions.php
index cfe2b5683a..9fc4656ac2 100644
--- a/actions/subscriptions.php
+++ b/actions/subscriptions.php
@@ -152,16 +152,6 @@ class SubscriptionsAction extends GalleryAction
         $this->elementEnd('div');
     }
 
-    function showSections()
-    {
-        parent::showSections();
-        $cloud = new SubscriptionsPeopleTagCloudSection($this);
-        $cloud->show();
-
-        $cloud2 = new SubscriptionsPeopleSelfTagCloudSection($this);
-        $cloud2->show();
-    }
-
     /**
      * Link to feeds of subscriptions
      *