Ostatus_source filled no purpose whatsoever

This commit is contained in:
Mikael Nordfeldth
2016-02-26 22:37:26 +01:00
parent b4dc060d75
commit 12f1707a74
3 changed files with 0 additions and 79 deletions

View File

@@ -476,7 +476,6 @@ class OStatusPlugin extends Plugin
function onCheckSchema() {
$schema = Schema::get();
$schema->ensureTable('ostatus_profile', Ostatus_profile::schemaDef());
$schema->ensureTable('ostatus_source', Ostatus_source::schemaDef());
$schema->ensureTable('feedsub', FeedSub::schemaDef());
$schema->ensureTable('hubsub', HubSub::schemaDef());
$schema->ensureTable('magicsig', Magicsig::schemaDef());