summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Controller/ThemingController.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 22:23:07 +0100
committerGitHub <noreply@github.com>2018-02-14 22:23:07 +0100
commit236086c457672742eb3ff57acf66587549b69345 (patch)
tree3cfb6ba2ff831cf94d37a14c740de6e281795b62 /apps/theming/lib/Controller/ThemingController.php
parenta966d5256c14a9481dcf4d23c2b0b7466183e8e8 (diff)
parentd3d045dd5c5af5f29268727afe63f3c53d22af6c (diff)
downloadnextcloud-server-236086c457672742eb3ff57acf66587549b69345.tar.gz
nextcloud-server-236086c457672742eb3ff57acf66587549b69345.zip
Merge pull request #8335 from nextcloud/remove-unused-import
Remove unused import statements
Diffstat (limited to 'apps/theming/lib/Controller/ThemingController.php')
-rw-r--r--apps/theming/lib/Controller/ThemingController.php2
1 files changed, 0 insertions, 2 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;