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