mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 21:39:35 +00:00
@@ -43,7 +43,6 @@
|
||||
_bindingEstablished = NO;
|
||||
_outlineDelegate = [[MPOutlineViewDelegate alloc] init];
|
||||
_datasource = [[MPOutlineDataSource alloc] init];
|
||||
|
||||
}
|
||||
|
||||
return self;
|
||||
@@ -51,7 +50,6 @@
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
self.datasource = nil;
|
||||
self.outlineDelegate = nil;
|
||||
self.menu = nil;
|
||||
|
||||
Reference in New Issue
Block a user