From 23ea0065752191a987b84d5b7d48bbfb7db7fb2b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sat, 13 Oct 2012 13:45:56 -0400 Subject: [PATCH] nameExistsInFolder: removed useless method --- SoObjects/SOGo/SOGoGCSFolder.h | 2 -- SoObjects/SOGo/SOGoGCSFolder.m | 9 --------- 2 files changed, 11 deletions(-) diff --git a/SoObjects/SOGo/SOGoGCSFolder.h b/SoObjects/SOGo/SOGoGCSFolder.h index 4bbb8f19e..74f7da5a6 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.h +++ b/SoObjects/SOGo/SOGoGCSFolder.h @@ -78,8 +78,6 @@ forUser: (SOGoUser *) theUser; /* lower level fetches */ -- (BOOL) nameExistsInFolder: (NSString *) objectName; - - (void) deleteEntriesWithIds: (NSArray *) ids; - (Class) objectClassForComponentName: (NSString *) componentName; diff --git a/SoObjects/SOGo/SOGoGCSFolder.m b/SoObjects/SOGo/SOGoGCSFolder.m index 44a68d18a..9d066475a 100644 --- a/SoObjects/SOGo/SOGoGCSFolder.m +++ b/SoObjects/SOGo/SOGoGCSFolder.m @@ -697,15 +697,6 @@ static NSArray *childRecordFields = nil; return record; } -- (BOOL) nameExistsInFolder: (NSString *) objectName -{ - NSDictionary *record; - - record = [self _recordForObjectName: objectName]; - - return (record != nil); -} - - (void) removeChildRecordWithName: (NSString *) childName { [childRecords removeObjectForKey: childName];