Merged deleteGroup and deleteEntry call into delteNode

This commit is contained in:
michael starke
2015-12-14 20:06:41 +01:00
parent acbb5605f4
commit c7a6ad19dc
3 changed files with 34 additions and 52 deletions

View File

@@ -150,8 +150,6 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
- (KPKAttribute *)createCustomAttribute:(KPKEntry *)entry;
- (void)deleteNode:(KPKNode *)node;
- (void)deleteGroup:(KPKGroup *)group;
- (void)deleteEntry:(KPKEntry *)entry;
#pragma mark Actions
/**