From 5f88e6a0db292d272b3dc8f66c257c27327d1733 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 30 Aug 2016 23:47:09 +0200 Subject: m_config: rename is_generated to is_hidden More appropriate. Originally it really was for automatically added options, but now it even needed some stupid comments to indicate that it was used for simply hiding options. --- options/m_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/m_config.h') diff --git a/options/m_config.h b/options/m_config.h index 5937a4492e..af8ab421f0 100644 --- a/options/m_config.h +++ b/options/m_config.h @@ -37,7 +37,7 @@ struct mp_log; // Config option struct m_config_option { - bool is_generated : 1; // Automatically added ("no-" options) + 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_locally : 1; // Has a backup entry bool warning_was_printed : 1; -- cgit v1.2.3