summaryrefslogtreecommitdiffstats
path: root/core/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_option.h')
-rw-r--r--core/m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/m_option.h b/core/m_option.h
index 7fd1ffd04c..73f3fabee8 100644
--- a/core/m_option.h
+++ b/core/m_option.h
@@ -110,6 +110,8 @@ struct m_obj_desc {
// This member is usually set my m_obj_list_find() only.
// Only works if options is not NULL.
const char *init_options;
+ // Don't list entries with "help"
+ bool hidden;
};
// Extra definition needed for \ref m_option_type_obj_settings_list options.