summaryrefslogtreecommitdiff
path: root/src/video/cocoa/cocoa_wnd.h
diff options
context:
space:
mode:
authorMichael Lutz <michi@icosahedron.de>2021-06-22 01:41:15 +0200
committerMichael Lutz <michi@icosahedron.de>2021-06-22 21:09:37 +0200
commit37116a7575c1dd96ae93c11ffbae64358d59d4aa (patch)
tree880f4af8181116ec1f468c4ce6a4994cc696ebb7 /src/video/cocoa/cocoa_wnd.h
parent883e21dbb743831c3e100043717909e5819174ce (diff)
downloadopenttd-37116a7575c1dd96ae93c11ffbae64358d59d4aa.tar.xz
Codechange: [OSX] Remove old code that has no effect on current OSX versions.
Diffstat (limited to 'src/video/cocoa/cocoa_wnd.h')
-rw-r--r--src/video/cocoa/cocoa_wnd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/cocoa/cocoa_wnd.h b/src/video/cocoa/cocoa_wnd.h
index f8b9385ac..3ddd5a4f0 100644
--- a/src/video/cocoa/cocoa_wnd.h
+++ b/src/video/cocoa/cocoa_wnd.h
@@ -32,7 +32,6 @@ 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)display;
- (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
@end