From dacb6ad98fb70da8e115549f3b045f00aff4034d Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Dec 2013 19:22:40 +0100 Subject: options: simplify handling of some help options --- player/main.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'player') 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; -- cgit v1.2.3