mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Update NSOutlineView.m - remove unbind per discussion with @fredkiefer
This commit is contained in:
parent
5d9e49a2ff
commit
6474e53fb6
1 changed files with 0 additions and 2 deletions
|
@ -223,8 +223,6 @@ static NSImage *unexpandable = nil;
|
|||
|
||||
- (void) dealloc
|
||||
{
|
||||
[GSKeyValueBinding unbindAllForObject: self];
|
||||
|
||||
RELEASE(_items);
|
||||
RELEASE(_expandedItems);
|
||||
RELEASE(_selectedIndexPaths);
|
||||
|
|
Loading…
Reference in a new issue