summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-26 19:22:40 +0100
committerwm4 <wm4@nowhere>2013-12-26 19:25:51 +0100
commitdacb6ad98fb70da8e115549f3b045f00aff4034d (patch)
treeab2b897c41a571e79e6b9bed1e677f9a0c769dcd /player/main.c
parent4ea8612b406b84c2c8f3f7a001b829132caf3468 (diff)
downloadmpv-dacb6ad98fb70da8e115549f3b045f00aff4034d.tar.bz2
mpv-dacb6ad98fb70da8e115549f3b045f00aff4034d.tar.xz
options: simplify handling of some help options
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/player/main.c b/player/main.c
index df74d4cb56..3337ca0bd3 100644
--- a/player/main.c
+++ b/player/main.c
@@ -224,10 +224,6 @@ static bool handle_help_options(struct MPContext *mpctx)
MP_INFO(mpctx, "\n");
opt_exit = 1;
}
- if (opts->list_properties) {
- property_print_help(log);
- opt_exit = 1;
- }
#if HAVE_ENCODING
if (encode_lavc_showhelp(log, &opts->encode_output))
opt_exit = 1;