@@ -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 |
@@ -58,7 +58,6 @@ |
||
58 | 58 | * @param IConfig $config |
59 | 59 | * @param IL10N $l |
60 | 60 | * @param IURLGenerator $urlGenerator |
61 | - * @param \OC_Defaults $defaults |
|
62 | 61 | * @param IAppData $appData |
63 | 62 | * @param ICacheFactory $cacheFactory |
64 | 63 | * @param Util $util |