@@ -23,7 +23,6 @@ |
||
| 23 | 23 | namespace OCA\DAV\MetaData; |
| 24 | 24 | |
| 25 | 25 | |
| 26 | -use OCP\IMetaData; |
|
| 27 | 26 | use Sabre\DAV\File; |
| 28 | 27 | |
| 29 | 28 | class MetaDataNode extends File { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace OCA\DAV\MetaData; |
| 4 | 4 | |
| 5 | 5 | use Sabre\DAVACL\AbstractPrincipalCollection; |
| 6 | -use Sabre\DAVACL\IPrincipal; |
|
| 7 | 6 | |
| 8 | 7 | class RootCollection extends AbstractPrincipalCollection { |
| 9 | 8 | |