summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-04 20:10:38 +0100
committerwm4 <wm4@nowhere>2020-02-04 20:10:38 +0100
commit2b851933e013d992069d5a0defce112317ec7625 (patch)
treefd84b49be470e1b2e8c02c1deef9df09da2943a2 /options/m_config.h
parentcbee577d0a787b7c8e329ef6d4fc8e37c05e9786 (diff)
downloadmpv-2b851933e013d992069d5a0defce112317ec7625.tar.bz2
mpv-2b851933e013d992069d5a0defce112317ec7625.tar.xz
options: stop hiding deprecated options
I think this was annoying. It shouldn't be dishonest about which options exist. List them as "[deprecated]" instead.
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h1
1 files changed, 0 insertions, 1 deletions
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