Remove method, minor cleanup, per discussion with @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-07-28 20:49:18 -04:00
parent 52eef305b0
commit ad75804102
5 changed files with 12 additions and 13 deletions

View file

@ -38,8 +38,6 @@ extern "C" {
NSTreeController *_controller;
}
+ (NSMutableDictionary *) dictionaryWithChildren: (NSMutableArray *)children;
- (instancetype) initWithContent: (id)content
withController: (id)controller;