From 7d96a03ca88ceafef1bc4870d97f9658ad98b454 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 25 Nov 2011 21:51:07 +0000 Subject: [PATCH] Monotone-Parent: 703f02d08f0caace5f4f0e96efe038c6207e9f28 Monotone-Revision: 65c58f14cba59a1b1570f99f07e122c332dc16c9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-25T21:51:07 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGCSFolder.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 59a8fd16b..4b3c85070 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -412,11 +412,6 @@ static NSArray *childRecordFields = nil; return [basePathElements subarrayWithRange: NSMakeRange (2, max - 2)]; } -- (NSString *) davDisplayName -{ - return [self displayName]; -} - - (NSException *) setDavDisplayName: (NSString *) newName { NSException *error;