OStatus: drop the remnants of feedsubsettings, replaced by ostatussub and no longer linked in UI

This commit is contained in:
Brion Vibber
2010-02-21 19:01:32 -08:00
parent 3c61f45de1
commit ad10e6e8da
2 changed files with 0 additions and 232 deletions

View File

@@ -58,8 +58,6 @@ class OStatusPlugin extends Plugin
$m->connect('main/push/callback/:feed',
array('action' => 'pushcallback'),
array('feed' => '[0-9]+'));
$m->connect('settings/feedsub',
array('action' => 'feedsubsettings'));
// Salmon endpoint
$m->connect('main/salmon/user/:id',