diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-14 22:23:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 22:23:07 +0100 |
commit | 236086c457672742eb3ff57acf66587549b69345 (patch) | |
tree | 3cfb6ba2ff831cf94d37a14c740de6e281795b62 /lib/private/Contacts/ContactsMenu/ContactsStore.php | |
parent | a966d5256c14a9481dcf4d23c2b0b7466183e8e8 (diff) | |
parent | d3d045dd5c5af5f29268727afe63f3c53d22af6c (diff) | |
download | nextcloud-server-236086c457672742eb3ff57acf66587549b69345.tar.gz nextcloud-server-236086c457672742eb3ff57acf66587549b69345.zip |
Merge pull request #8335 from nextcloud/remove-unused-import
Remove unused import statements
Diffstat (limited to 'lib/private/Contacts/ContactsMenu/ContactsStore.php')
-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 { |