Completed
Push — master ( 9af26d...fabaf0 )
by Jan-Christoph
12:07
created
apps/theming/lib/Controller/ThemingController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
 
28 28
 namespace OCA\Theming\Controller;
29 29
 
30
-use OC\Files\AppData\Factory;
31 30
 use OC\Template\SCSSCacher;
32 31
 use OCA\Theming\ThemingDefaults;
33 32
 use OCP\AppFramework\Controller;
@@ -42,11 +41,9 @@  discard block
 block discarded – undo
42 41
 use OCP\Files\NotFoundException;
43 42
 use OCP\IConfig;
44 43
 use OCP\IL10N;
45
-use OCP\ILogger;
46 44
 use OCP\IRequest;
47 45
 use OCA\Theming\Util;
48 46
 use OCP\ITempManager;
49
-use OCP\IURLGenerator;
50 47
 
51 48
 /**
52 49
  * Class ThemingController
Please login to merge, or discard this patch.