mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-13 15:35:30 +00:00
nameExistsInFolder: removed useless method
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user