summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/options/m_option.h b/options/m_option.h
index 584ad13959..750f1ac626 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -123,10 +123,6 @@ struct m_obj_desc {
const char *options_prefix;
// For free use by the implementer of m_obj_list.get_desc
const void *p;
- // If not NULL, options which should be set before applying other options.
- // This member is usually set by m_obj_list_find() only, and read by the
- // option parser. It's not used anywhere else.
- const char *init_options;
// Don't list entry with "help"
bool hidden;
// Callback to print custom help if "vf=entry=help" is passed