nameExistsInFolder: removed useless method

This commit is contained in:
Wolfgang Sourdeau
2012-10-13 13:45:56 -04:00
parent d5c29b3870
commit 23ea006575
2 changed files with 0 additions and 11 deletions

View File

@@ -78,8 +78,6 @@
forUser: (SOGoUser *) theUser;
/* lower level fetches */
- (BOOL) nameExistsInFolder: (NSString *) objectName;
- (void) deleteEntriesWithIds: (NSArray *) ids;
- (Class) objectClassForComponentName: (NSString *) componentName;

View File

@@ -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];