diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 16:55:43 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 16:55:43 +0100 |
commit | d3d045dd5c5af5f29268727afe63f3c53d22af6c (patch) | |
tree | d9d972a389eab29dcf97e3e30d0fb292f2da5f03 /apps/theming/lib | |
parent | 3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff) | |
download | nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.tar.gz nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.zip |
Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/theming/lib')
-rw-r--r-- | apps/theming/lib/Controller/ThemingController.php | 2 | ||||
-rw-r--r-- | apps/theming/lib/Util.php | 1 |
2 files changed, 0 insertions, 3 deletions
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 { |