From d3d045dd5c5af5f29268727afe63f3c53d22af6c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 14 Feb 2018 16:55:43 +0100 Subject: Remove unused import statements Signed-off-by: Morris Jobke --- lib/private/Contacts/ContactsMenu/ContactsStore.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/private/Contacts/ContactsMenu/ContactsStore.php') diff --git a/lib/private/Contacts/ContactsMenu/ContactsStore.php b/lib/private/Contacts/ContactsMenu/ContactsStore.php index 43600470e1f..73319151d6e 100644 --- a/lib/private/Contacts/ContactsMenu/ContactsStore.php +++ b/lib/private/Contacts/ContactsMenu/ContactsStore.php @@ -27,14 +27,12 @@ namespace OC\Contacts\ContactsMenu; -use OC\Share\Share; use OCP\Contacts\ContactsMenu\IEntry; use OCP\Contacts\IManager; use OCP\IConfig; use OCP\IGroupManager; use OCP\IUser; use OCP\IUserManager; -use OCP\IUserSession; use OCP\Contacts\ContactsMenu\IContactsStore; class ContactsStore implements IContactsStore { -- cgit v1.2.3