Update NSOutlineView.m - remove unbind per discussion with @fredkiefer

This commit is contained in:
Gregory Casamento 2024-08-09 02:28:29 -04:00 committed by GitHub
parent 5d9e49a2ff
commit 6474e53fb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,8 +223,6 @@ static NSImage *unexpandable = nil;
- (void) dealloc
{
[GSKeyValueBinding unbindAllForObject: self];
RELEASE(_items);
RELEASE(_expandedItems);
RELEASE(_selectedIndexPaths);