Actions for add and remove of window associations stubbed

Autotype inspector binding extended
This commit is contained in:
michael starke
2014-02-14 22:39:55 +01:00
parent 62bec29ec8
commit f634ed09d0
5 changed files with 46 additions and 13 deletions

View File

@@ -35,7 +35,6 @@ NSString *const kMPApplciationNameKey = @"applicationName";
}
- (void)_didPressHotKey {
// copy items to pasteboard
NSArray *documents = [NSApp orderedDocuments];
MPDocument *currentDocument = nil;
for(MPDocument *openDocument in documents) {