]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
hide subscription tag sections
authorEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:51:07 +0000 (15:51 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 14 Apr 2011 19:51:07 +0000 (15:51 -0400)
actions/subscriptions.php

index cfe2b5683a830673f7bda83c877ef768a2ac78a5..9fc4656ac24f7e6d38268886bf31507ee3d99aae 100644 (file)
@@ -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
      *