diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 16:55:43 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 16:55:43 +0100 |
commit | d3d045dd5c5af5f29268727afe63f3c53d22af6c (patch) | |
tree | d9d972a389eab29dcf97e3e30d0fb292f2da5f03 /lib/private/Contacts | |
parent | 3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff) | |
download | nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.tar.gz nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.zip |
Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Contacts')
-rw-r--r-- | lib/private/Contacts/ContactsMenu/ContactsStore.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |