summaryrefslogtreecommitdiffstats
path: root/core/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_config.h')
-rw-r--r--core/m_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/m_config.h b/core/m_config.h
index 1ee7ecf1c0..dbc334c3aa 100644
--- a/core/m_config.h
+++ b/core/m_config.h
@@ -46,10 +46,6 @@ struct m_config_option {
void *data;
// If this is a suboption, the option that contains this option.
struct m_config_option *parent;
- // If this option aliases another, more important option. The alias_owner
- // option is the one that has the most correct option type for the data
- // variable, and which is considered the original.
- struct m_config_option *alias_owner;
};
// Config object