From b8a057bc2d5e4bed7219e6cc48371280db240b83 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 15:51:07 -0400 Subject: [PATCH] hide subscription tag sections --- actions/subscriptions.php | 10 ---------- 1 file changed, 10 deletions(-) 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 *