summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-23 10:34:04 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-23 10:34:04 +0300
commite5fb4e8854d5926ca21e4eba62d36a714ddb1bc1 (patch)
treeb2fe36431a1eb7112399e22a680fbda195b6d7a8 /src/ui
parent4c6d19608995d255410b339795004ec498d312f8 (diff)
Cleanup
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/macos.m2
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;