@@ -25,7 +25,6 @@ |
||
25 | 25 | use Leafo\ScssPhp\Exception\ParserException; |
26 | 26 | use Leafo\ScssPhp\Formatter\Crunched; |
27 | 27 | use Leafo\ScssPhp\Formatter\Expanded; |
28 | - |
|
29 | 28 | use OC\Files\AppData\Factory; |
30 | 29 | use OCP\Files\IAppData; |
31 | 30 | use OCP\Files\NotFoundException; |
@@ -28,7 +28,6 @@ |
||
28 | 28 | use OCP\IConfig; |
29 | 29 | use OCP\IL10N; |
30 | 30 | use OCP\IURLGenerator; |
31 | -use OCP\Files\IRootFolder; |
|
32 | 31 | |
33 | 32 | class ThemingDefaults extends \OC_Defaults { |
34 | 33 |