@@ -25,14 +25,12 @@ |
||
| 25 | 25 | |
| 26 | 26 | namespace OC\Contacts\ContactsMenu; |
| 27 | 27 | |
| 28 | -use OC\Share\Share; |
|
| 29 | 28 | use OCP\Contacts\ContactsMenu\IEntry; |
| 30 | 29 | use OCP\Contacts\IManager; |
| 31 | 30 | use OCP\IConfig; |
| 32 | 31 | use OCP\IGroupManager; |
| 33 | 32 | use OCP\IUser; |
| 34 | 33 | use OCP\IUserManager; |
| 35 | -use OCP\IUserSession; |
|
| 36 | 34 | use OCP\Contacts\ContactsMenu\IContactsStore; |
| 37 | 35 | |
| 38 | 36 | class ContactsStore implements IContactsStore { |