hide subscription tag sections

This commit is contained in:
Evan Prodromou 2011-04-14 15:51:07 -04:00
parent f1da1a24d1
commit b8a057bc2d
1 changed files with 0 additions and 10 deletions

View 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
*