summaryrefslogtreecommitdiffstats
path: root/m_property.c
diff options
context:
space:
mode:
Diffstat (limited to 'm_property.c')
-rw-r--r--m_property.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/m_property.c b/m_property.c
index 619a919223..e4d77fb271 100644
--- a/m_property.c
+++ b/m_property.c
@@ -162,10 +162,7 @@ void m_properties_print_help_list(m_option_t* list) {
opt->name,
opt->type->name,
min,
- max,
- opt->flags & CONF_GLOBAL ? "Yes" : "No",
- opt->flags & CONF_NOCMD ? "No" : "Yes",
- opt->flags & CONF_NOCFG ? "No" : "Yes");
+ max);
count++;
}
mp_msg(MSGT_CFGPARSER, MSGL_INFO, MSGTR_TotalProperties, count);