Codechange: [OSX] Remove unused 'app active' flag.

This commit is contained in:
Michael Lutz
2021-02-12 01:18:36 +01:00
parent 9c8721922b
commit c78e559e88
4 changed files with 1 additions and 61 deletions

View File

@@ -32,11 +32,8 @@ extern NSString *OTTDMainLaunchGameEngine;
@interface OTTD_CocoaWindow : NSWindow
- (instancetype)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag driver:(VideoDriver_Cocoa *)drv;
- (void)miniaturize:(id)sender;
- (void)display;
- (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
- (void)appDidHide:(NSNotification*)note;
- (void)appDidUnhide:(NSNotification*)note;
@end
/** Subclass of NSView to support mouse awareness and text input. */