mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 20:26:23 +00:00
nameExistsInFolder: removed useless method
This commit is contained in:
@@ -78,8 +78,6 @@
|
||||
forUser: (SOGoUser *) theUser;
|
||||
|
||||
/* lower level fetches */
|
||||
- (BOOL) nameExistsInFolder: (NSString *) objectName;
|
||||
|
||||
- (void) deleteEntriesWithIds: (NSArray *) ids;
|
||||
|
||||
- (Class) objectClassForComponentName: (NSString *) componentName;
|
||||
|
||||
@@ -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