summaryrefslogtreecommitdiffstats
path: root/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/input.c')
-rw-r--r--input/input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/input/input.c b/input/input.c
index 80acd21213..aa38a4e646 100644
--- a/input/input.c
+++ b/input/input.c
@@ -376,8 +376,7 @@ static mp_cmd_bind_t def_cmd_binds[] = {
{ { 't', 0 }, "sub_pos +1" },
{ { 'a', 0 }, "sub_alignment" },
{ { 'v', 0 }, "sub_visibility" },
- { { 'b', 0 }, "sub_select" },
- { { 'j', 0 }, "vobsub_lang" },
+ { { 'j', 0 }, "sub_select" },
{ { 'F', 0 }, "forced_subs_only" },
{ { '#', 0 }, "switch_audio" },
{ { '_', 0 }, "step_property switch_video" },