summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
Diffstat (limited to 'input')
-rw-r--r--input/cmd_list.c3
-rw-r--r--input/cmd_list.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/input/cmd_list.c b/input/cmd_list.c
index 53e25cc41c..b1db2e4f0c 100644
--- a/input/cmd_list.c
+++ b/input/cmd_list.c
@@ -167,8 +167,6 @@ const struct mp_cmd_def mp_cmds[] = {
}},
{ MP_CMD_DISABLE_INPUT_SECTION, "disable-section", { ARG_STRING } },
- { MP_CMD_DISCNAV, "discnav", { ARG_STRING } },
-
{ MP_CMD_AB_LOOP, "ab-loop", },
{ MP_CMD_DROP_BUFFERS, "drop-buffers", },
@@ -275,7 +273,6 @@ static const struct legacy_cmd legacy_cmds[] = {
{"show_tracks", "show-text ${track-list}"},
{"show_playlist", "show-text ${playlist}"},
{"speed_mult", "multiply speed"},
- {"dvdnav", "discnav"},
// Approximate (can fail if user added additional whitespace)
{"pt_step 1", "playlist-next"},
diff --git a/input/cmd_list.h b/input/cmd_list.h
index 5870ff584b..a41807f9fe 100644
--- a/input/cmd_list.h
+++ b/input/cmd_list.h
@@ -80,8 +80,6 @@ enum mp_command_type {
MP_CMD_ENABLE_INPUT_SECTION,
MP_CMD_DISABLE_INPUT_SECTION,
- MP_CMD_DISCNAV,
-
MP_CMD_AB_LOOP,
MP_CMD_DROP_BUFFERS,