summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/FeedApiController.php1
-rw-r--r--lib/Controller/UserApiController.php3
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/Controller/FeedApiController.php b/lib/Controller/FeedApiController.php
index af552f411..629f2c482 100644
--- a/lib/Controller/FeedApiController.php
+++ b/lib/Controller/FeedApiController.php
@@ -16,7 +16,6 @@
namespace OCA\News\Controller;
use Exception;
-use OCA\News\AppInfo\Application;
use OCA\News\Service\Exceptions\ServiceConflictException;
use OCA\News\Service\Exceptions\ServiceNotFoundException;
use OCA\News\Service\FeedServiceV2;
diff --git a/lib/Controller/UserApiController.php b/lib/Controller/UserApiController.php
index 42f5607fe..f5721c837 100644
--- a/lib/Controller/UserApiController.php
+++ b/lib/Controller/UserApiController.php
@@ -17,9 +17,6 @@ namespace OCA\News\Controller;
use \OCP\IRequest;
use \OCP\IUserSession;
-use \OCP\IURLGenerator;
-use \OCP\Files\IRootFolder;
-use \OCP\AppFramework\Http;
class UserApiController extends ApiController
{