@@ -27,7 +27,6 @@ discard block |
||
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 |
||
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 |