@@ -23,14 +23,10 @@ |
||
23 | 23 | |
24 | 24 | namespace OCA\Richdocuments; |
25 | 25 | |
26 | -use OCP\AppFramework\Utility\ITimeFactory; |
|
27 | 26 | use OCP\Capabilities\ICapability; |
28 | 27 | use OCP\Files\IAppData; |
29 | 28 | use OCP\Files\NotFoundException; |
30 | 29 | use OCP\Files\SimpleFS\ISimpleFolder; |
31 | -use OCP\Http\Client\IClientService; |
|
32 | -use OCP\IConfig; |
|
33 | -use OCP\IURLGenerator; |
|
34 | 30 | |
35 | 31 | class Capabilities implements ICapability { |
36 | 32 |