summaryrefslogtreecommitdiffstats
path: root/input/cmd_list.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-30 20:14:49 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-03 01:20:01 +0300
commit14602b0201dfdbfd10c239fd978df5c269a71883 (patch)
tree64bced308105f75a9f1026d53ddda4371280523d /input/cmd_list.h
parentb092bb0f1187851546325657ced7819a21fd0096 (diff)
downloadmpv-14602b0201dfdbfd10c239fd978df5c269a71883.tar.bz2
mpv-14602b0201dfdbfd10c239fd978df5c269a71883.tar.xz
input: remove legacy command handling
These are old MPlayer commands that were redundant since 2007 or so. In 2013, mpv explicitly deprecated them (actually removed them, but left this wrapper, which translated them to modern commands). The list was not extended since 2013, and mpv always warned on the terminal when a legacy command was used. So it's time to remove it.
Diffstat (limited to 'input/cmd_list.h')
-rw-r--r--input/cmd_list.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/input/cmd_list.h b/input/cmd_list.h
index af46fe3931..441410a570 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -134,9 +134,6 @@ bool mp_input_is_repeatable_cmd(struct mp_cmd *cmd);
bool mp_input_is_scalable_cmd(struct mp_cmd *cmd);
-struct bstr;
-bool mp_replace_legacy_cmd(void *talloc_ctx, struct bstr *s);
-
struct mp_log;
void mp_print_cmd_list(struct mp_log *out);