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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/osdep/macosx_application.h b/osdep/macosx_application.h
index f9fca4b334..23c5838a3b 100644
--- a/osdep/macosx_application.h
+++ b/osdep/macosx_application.h
@@ -19,8 +19,6 @@
#ifndef MPV_MACOSX_APPLICATION
#define MPV_MACOSX_APPLICATION
-struct input_ctx;
-
typedef int (*mpv_main_fn)(int, char**);
// Menu Keys identifing menu items
@@ -46,8 +44,6 @@ void cocoa_run_runloop(void);
void cocoa_stop_runloop(void);
void cocoa_post_fake_event(void);
-void cocoa_set_input_context(struct input_ctx *input_context);
-
void macosx_finder_args_preinit(int *argc, char ***argv);
#endif /* MPV_MACOSX_APPLICATION */