summaryrefslogtreecommitdiffstats
path: root/lib/Controller/NavigationController.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-05 09:08:45 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-05 09:08:45 -0100
commit1ec454ee3bc09c7f25dcae453107567183ad58d7 (patch)
treed792f6e2d9306e41f15177388f00f2f7db57a547 /lib/Controller/NavigationController.php
parent5c6081f2cc2bbff141ae6ea439e4af190e04046a (diff)
cleaning and fixing
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Controller/NavigationController.php')
-rw-r--r--lib/Controller/NavigationController.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Controller/NavigationController.php b/lib/Controller/NavigationController.php
index d6396122..33880792 100644
--- a/lib/Controller/NavigationController.php
+++ b/lib/Controller/NavigationController.php
@@ -44,8 +44,6 @@ use OCA\Social\Service\CheckService;
use OCA\Social\Service\ConfigService;
use OCA\Social\Service\MiscService;
use OCP\AppFramework\Controller;
-use OCP\AppFramework\Http;
-use OCP\AppFramework\Http\ContentSecurityPolicy;
use OCP\AppFramework\Http\DataResponse;
use OCP\AppFramework\Http\FileDisplayResponse;
use OCP\AppFramework\Http\Response;
@@ -54,7 +52,6 @@ use OCP\IConfig;
use OCP\IL10N;
use OCP\IRequest;
use OCP\IURLGenerator;
-use OCP\Http\Client\IClientService;
class NavigationController extends Controller {