summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.m
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_application.m')
-rw-r--r--osdep/macosx_application.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/osdep/macosx_application.m b/osdep/macosx_application.m
index f3fb5db3a5..a2718b1bf9 100644
--- a/osdep/macosx_application.m
+++ b/osdep/macosx_application.m
@@ -114,7 +114,6 @@ static NSString *escape_loadfile_name(NSString *input)
@synthesize willStopOnOpenEvent = _will_stop_on_open_event;
@synthesize inputContext = _input_context;
-@synthesize keyFIFO = _key_fifo;
@synthesize iqueue = _iqueue;
@synthesize eventsResponder = _events_responder;
@synthesize menuItems = _menu_items;
@@ -391,11 +390,6 @@ void cocoa_set_input_context(struct input_ctx *input_context)
mpv_shared_app().inputContext = input_context;
}
-void cocoa_set_key_fifo(struct mp_fifo *key_fifo)
-{
- mpv_shared_app().keyFIFO = key_fifo;
-}
-
void cocoa_post_fake_event(void)
{
NSEvent* event = [NSEvent otherEventWithType:NSApplicationDefined