Refactored Notification setup to use only the document as object

This commit is contained in:
michael starke
2014-02-25 22:49:41 +01:00
parent 21f299bdff
commit f6dc2193de
10 changed files with 36 additions and 26 deletions

View File

@@ -136,7 +136,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
}
#pragma mark Notifications
- (void)setupNotifications:(MPDocumentWindowController *)windowController {
- (void)regsiterNotificationsForDocument:(MPDocument *)document {
// Nothing to do anymore
}