diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 10:34:04 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-23 10:34:04 +0300 |
commit | e5fb4e8854d5926ca21e4eba62d36a714ddb1bc1 (patch) | |
tree | b2fe36431a1eb7112399e22a680fbda195b6d7a8 /src | |
parent | 4c6d19608995d255410b339795004ec498d312f8 (diff) |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/macos.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/macos.m b/src/ui/macos.m index 65cd0c90..f7c49547 100644 --- a/src/ui/macos.m +++ b/src/ui/macos.m | |||
@@ -95,7 +95,7 @@ enum iTouchBarVariant { | |||
95 | NSMutableDictionary<NSString *, NSString*> *menuCommands; | 95 | NSMutableDictionary<NSString *, NSString*> *menuCommands; |
96 | } | 96 | } |
97 | - (id)initWithSDLDelegate:(NSObject<NSApplicationDelegate> *)sdl; | 97 | - (id)initWithSDLDelegate:(NSObject<NSApplicationDelegate> *)sdl; |
98 | - (NSTouchBar *)makeTouchBar; | 98 | //- (NSTouchBar *)makeTouchBar; |
99 | /* SDL needs to do its own thing. */ | 99 | /* SDL needs to do its own thing. */ |
100 | - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename; | 100 | - (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename; |
101 | - (void)applicationDidFinishLaunching:(NSNotification *)notificatiosn; | 101 | - (void)applicationDidFinishLaunching:(NSNotification *)notificatiosn; |