chore: remove no longer needed macOS SDK forward declarations (#19446)

This commit is contained in:
Milan Burda 2019-07-26 14:11:37 +02:00 committed by Alexey Kuzmin
parent 44efaea6d5
commit 4639c68a7b
6 changed files with 1 additions and 311 deletions

View file

@ -152,23 +152,6 @@
@end
#if !defined(AVAILABLE_MAC_OS_X_VERSION_10_12_AND_LATER)
enum { NSWindowTabbingModeDisallowed = 2 };
@interface NSWindow (SierraSDK)
- (void)setTabbingMode:(NSInteger)mode;
- (void)setTabbingIdentifier:(NSString*)identifier;
- (void)addTabbedWindow:(NSWindow*)window ordered:(NSWindowOrderingMode)ordered;
- (IBAction)selectPreviousTab:(id)sender;
- (IBAction)selectNextTab:(id)sender;
- (IBAction)mergeAllWindows:(id)sender;
- (IBAction)moveTabToNewWindow:(id)sender;
- (IBAction)toggleTabBar:(id)sender;
@end
#endif
@interface AtomProgressBar : NSProgressIndicator
@end