From c4270f524969be8819500761f4a123e4869abf0d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 24 Jul 2007 18:46:10 +0000 Subject: [PATCH] Monotone-Parent: 05d909a34ba534eac7075b29e41a123990cde5e1 Monotone-Revision: 1e4ff80fd7f2f7590ff07b77936b3398b033b2c6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-24T18:46:10 Monotone-Branch: ca.inverse.sogo --- SoObjects/Contacts/SOGoContactLDAPFolder.m | 11 ----------- 1 file changed, 11 deletions(-) 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