We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 715845e + b95b7d1 commit a1e5b6eCopy full SHA for a1e5b6e
1 file changed
src/MacVim/MMVimController.m
@@ -1532,15 +1532,10 @@ - (void)handleShowDialog:(NSDictionary *)attr
1532
}
1533
1534
1535
-#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_10
1536
- [alert beginSheetModalForWindow:[windowController window]
1537
- completionHandler: ^(NSModalResponse code) { [self alertDidEnd:alert code:code context:NULL]; }];
1538
-#else
1539
[alert beginSheetModalForWindow:[windowController window]
1540
modalDelegate:self
1541
didEndSelector:@selector(alertDidEnd:code:context:)
1542
contextInfo:NULL];
1543
-#endif
1544
1545
[alert release];
1546
0 commit comments