From 1ec454ee3bc09c7f25dcae453107567183ad58d7 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 5 Dec 2018 09:08:45 -0100 Subject: cleaning and fixing Signed-off-by: Maxence Lange --- lib/Controller/NavigationController.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/Controller') 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 { -- cgit v1.2.3