summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_application.h')
-rw-r--r--osdep/macosx_application.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/osdep/macosx_application.h b/osdep/macosx_application.h
index 0334771892..f9fca4b334 100644
--- a/osdep/macosx_application.h
+++ b/osdep/macosx_application.h
@@ -20,7 +20,6 @@
#define MPV_MACOSX_APPLICATION
struct input_ctx;
-struct mp_fifo;
typedef int (*mpv_main_fn)(int, char**);
@@ -48,7 +47,6 @@ void cocoa_stop_runloop(void);
void cocoa_post_fake_event(void);
void cocoa_set_input_context(struct input_ctx *input_context);
-void cocoa_set_key_fifo(struct mp_fifo *key_fifo);
void macosx_finder_args_preinit(int *argc, char ***argv);