summaryrefslogtreecommitdiffstats
path: root/input/cmd_parse.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-11 15:41:18 +0200
committerwm4 <wm4@nowhere>2014-05-11 15:41:34 +0200
commit31663beeac3643efa4d4f179956afdfb8eea676f (patch)
tree2c2cb31da09347c56549822b04a2cf9f291edeb2 /input/cmd_parse.c
parent4b367d1602f206574886ee135dfe4238b7a08ed8 (diff)
downloadmpv-31663beeac3643efa4d4f179956afdfb8eea676f.tar.bz2
mpv-31663beeac3643efa4d4f179956afdfb8eea676f.tar.xz
input: remove pausing command prefixes
These are now equivalent to combining commands with the "cycle pause" or "set pause" commands, and thus are not needed anymore. They were also obscure and undocumented.
Diffstat (limited to 'input/cmd_parse.c')
-rw-r--r--input/cmd_parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/input/cmd_parse.c b/input/cmd_parse.c
index 64b23ac05f..fd7e178e73 100644
--- a/input/cmd_parse.c
+++ b/input/cmd_parse.c
@@ -108,8 +108,6 @@ struct flag {
};
static const struct flag cmd_flags[] = {
- {"pausing", MP_PAUSING_FLAGS, MP_PAUSING},
- {"pausing-toggle", MP_PAUSING_FLAGS, MP_PAUSING_TOGGLE},
{"no-osd", MP_ON_OSD_FLAGS, MP_ON_OSD_NO},
{"osd-bar", MP_ON_OSD_FLAGS, MP_ON_OSD_BAR},
{"osd-msg", MP_ON_OSD_FLAGS, MP_ON_OSD_MSG},