summaryrefslogtreecommitdiffstats
path: root/core/input
diff options
context:
space:
mode:
Diffstat (limited to 'core/input')
-rw-r--r--core/input/input.c1
-rw-r--r--core/input/input.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/core/input/input.c b/core/input/input.c
index a03acd8e76..7e94dbe453 100644
--- a/core/input/input.c
+++ b/core/input/input.c
@@ -123,7 +123,6 @@ static const mp_cmd_t mp_cmds[] = {
{"exact", 1}, {"1", 1},
{"keyframes", -1}, {"-1", -1})),
}},
- { MP_CMD_EDL_MARK, "edl_mark", },
{ MP_CMD_SPEED_MULT, "speed_mult", { ARG_FLOAT } },
{ MP_CMD_QUIT, "quit", { OARG_INT(0) } },
{ MP_CMD_STOP, "stop", },
diff --git a/core/input/input.h b/core/input/input.h
index 86726719b1..974ca3d6c4 100644
--- a/core/input/input.h
+++ b/core/input/input.h
@@ -40,7 +40,6 @@ enum mp_command_type {
MP_CMD_PLAYLIST_CLEAR,
MP_CMD_SUB_STEP,
MP_CMD_TV_SET_CHANNEL,
- MP_CMD_EDL_MARK,
MP_CMD_TV_LAST_CHANNEL,
MP_CMD_TV_SET_FREQ,
MP_CMD_TV_SET_NORM,