diff --git a/SoObjects/Contacts/SOGoContactLDAPFolder.m b/SoObjects/Contacts/SOGoContactLDAPFolder.m index 60e4ee988..f59c1917b 100644 --- a/SoObjects/Contacts/SOGoContactLDAPFolder.m +++ b/SoObjects/Contacts/SOGoContactLDAPFolder.m @@ -37,17 +37,6 @@ #import "SOGoContactLDIFEntry.h" #import "SOGoContactLDAPFolder.h" -#define folderListingFields [NSArray arrayWithObjects: @"c_name", @"cn", \ - @"displayName", \ - @"streetAddress", \ - @"o", \ - @"sn", @"givenname", @"l", \ - @"mail", @"telephonenumber", \ - @"mailNickname", \ - @"sAMAccountName", \ - @"uid", \ - nil] - @class WOContext; @implementation SOGoContactLDAPFolder