From 26452806f56a563f3bc1486fa4953b972bb71285 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 17 Dec 2014 19:22:26 +0100 Subject: another removed service --- appinfo/application.php | 9 --------- 1 file changed, 9 deletions(-) (limited to 'appinfo') diff --git a/appinfo/application.php b/appinfo/application.php index b73684191..dcb6893da 100644 --- a/appinfo/application.php +++ b/appinfo/application.php @@ -221,15 +221,6 @@ class Application extends App { return $fetcher; }); - $container->registerService('OCA\News\Fetcher\FeedFetcher', function($c) { - return new FeedFetcher( - $c->query('PicoFeed\Reader\Reader'), - $c->query('OCA\News\Utility\PicoFeedFaviconFactory'), - $c->query('OCP\IL10N'), - $c->query('OCP\AppFramework\Utility\ITimeFactory') - ); - }); - $container->registerService('OCA\News\Explore\RecommendedSites', function($c) { return new RecommendedSites(__DIR__ . '/../explore'); }); -- cgit v1.2.3