SubMirror: Drop mirror link from subscriptions list; has decoupled from subscriptions.

This commit is contained in:
Brion Vibber 2010-08-06 11:55:56 -07:00
parent 7e55fc0044
commit 79485340ab
1 changed files with 0 additions and 7 deletions

View File

@ -140,13 +140,6 @@ class SubMirrorPlugin extends Plugin
$transports[] = 'mirror';
}
function onStartShowSubscriptionsContent($action)
{
$action->element('a',
array('href' => common_local_url('mirrorsettings')),
_m('Set up mirroring options...'));
}
/**
* Let the OStatus subscription garbage collection know if we're
* making use of a remote feed, so it doesn't get dropped out