summaryrefslogtreecommitdiffstats
path: root/mpvcore/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/command.h')
-rw-r--r--mpvcore/command.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpvcore/command.h b/mpvcore/command.h
index 1ac5b6f8f0..dfdc066ac7 100644
--- a/mpvcore/command.h
+++ b/mpvcore/command.h
@@ -24,8 +24,6 @@ struct mp_cmd;
void command_init(struct MPContext *mpctx);
-void mp_get_osd_mouse_pos(struct MPContext *mpctx, float *x, float *y);
-
void run_command(struct MPContext *mpctx, struct mp_cmd *cmd);
char *mp_property_expand_string(struct MPContext *mpctx, const char *str);
void property_print_help(void);