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

@ -32,7 +32,7 @@
#import <Foundation/NSString.h>
#import <Foundation/NSSortDescriptor.h>
#import <AppKit/NSTreeNode.h>
#import "AppKit/NSTreeNode.h"
@interface NSTreeNode (Private)
- (NSMutableArray*) _childNodes;