Skip to content

Commit

Permalink
Update NSOutlineView.m - remove unbind per discussion with @fredkiefer
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa authored Aug 9, 2024
1 parent 5d9e49a commit 6474e53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/NSOutlineView.m
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,6 @@ - (id) initWithFrame: (NSRect)frame

- (void) dealloc
{
[GSKeyValueBinding unbindAllForObject: self];

RELEASE(_items);
RELEASE(_expandedItems);
RELEASE(_selectedIndexPaths);
Expand Down

0 comments on commit 6474e53

Please sign in to comment.