From d3d045dd5c5af5f29268727afe63f3c53d22af6c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 14 Feb 2018 16:55:43 +0100 Subject: Remove unused import statements Signed-off-by: Morris Jobke --- apps/theming/lib/Controller/ThemingController.php | 2 -- apps/theming/lib/Util.php | 1 - 2 files changed, 3 deletions(-) (limited to 'apps/theming') diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index f27841c0042..4e9ce1b646e 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -32,7 +32,6 @@ namespace OCA\Theming\Controller; -use OC\Files\AppData\Factory; use OC\Template\SCSSCacher; use OCA\Theming\ThemingDefaults; use OCP\AppFramework\Controller; @@ -48,7 +47,6 @@ use OCP\Files\NotFoundException; use OCP\Files\NotPermittedException; use OCP\IConfig; use OCP\IL10N; -use OCP\ILogger; use OCP\IRequest; use OCA\Theming\Util; use OCP\ITempManager; diff --git a/apps/theming/lib/Util.php b/apps/theming/lib/Util.php index 2f6f4128365..b72cc5b8996 100644 --- a/apps/theming/lib/Util.php +++ b/apps/theming/lib/Util.php @@ -31,7 +31,6 @@ use OCP\Files\IAppData; use OCP\Files\NotFoundException; use OCP\Files\SimpleFS\ISimpleFile; use OCP\IConfig; -use OCP\Files\IRootFolder; use Leafo\ScssPhp\Compiler; class Util { -- cgit v1.2.3