Add keys, update implementation of NSTreeController

This commit is contained in:
Gregory John Casamento 2023-03-11 08:59:41 -05:00
parent 1a40b13662
commit 6bbad2339c

View file

@ -37,7 +37,6 @@
#import "AppKit/NSKeyValueBinding.h"
#import "AppKit/NSTreeController.h"
#import "AppKit/NSTreeNode.h"
#import "GSBindingHelpers.h"
#import "GSFastEnumeration.h"
@ -471,7 +470,6 @@
- (void) encodeWithCoder: (NSCoder*)coder
{
[super encodeWithCoder: coder];
if ([coder allowsKeyedCoding])
{
[coder encodeObject: _childrenKeyPath