From 2b851933e013d992069d5a0defce112317ec7625 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Feb 2020 20:10:38 +0100 Subject: options: stop hiding deprecated options I think this was annoying. It shouldn't be dishonest about which options exist. List them as "[deprecated]" instead. --- options/m_config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/m_config.h') diff --git a/options/m_config.h b/options/m_config.h index 862d40c3a3..c2783feee3 100644 --- a/options/m_config.h +++ b/options/m_config.h @@ -39,7 +39,6 @@ struct mp_dispatch_queue; // Config option struct m_config_option { - bool is_hidden : 1; // Does not show up in help bool is_set_from_cmdline : 1; // Set by user from command line bool is_set_from_config : 1; // Set by a config file bool is_set_locally : 1; // Has a backup entry -- cgit v1.2.3