Added new icons for inspector and delete
This commit is contained in:
michael starke
2013-06-15 22:03:58 +02:00
parent 3821122e7b
commit eb6f5c3411
19 changed files with 372 additions and 443 deletions

View File

@@ -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;