removed unused code

This commit is contained in:
michael starke
2016-08-24 16:24:43 +02:00
parent d776d1d8a0
commit 55ab84b6bd
6 changed files with 16 additions and 57 deletions

View File

@@ -125,10 +125,6 @@ static NSString *kMPContentBindingString3 = @"content.%@.%@.%@";
[self _setupViewBindings];
}
- (void)setupBindings:(MPDocument *)document {
//[self.entryController bind:NSContentObjectBinding toObject:self withKeyPath:NSStringFromSelector(@selector(representedObject)) options:nil];
}
- (void)registerNotificationsForDocument:(MPDocument *)document {
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(_didAddEntry:)