summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/m_config.h')
-rw-r--r--mpvcore/m_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mpvcore/m_config.h b/mpvcore/m_config.h
index 871d1a3caf..07d27ac505 100644
--- a/mpvcore/m_config.h
+++ b/mpvcore/m_config.h
@@ -44,8 +44,6 @@ struct m_config_option {
const struct m_option *opt;
// Raw value of the option.
void *data;
- // If this is a suboption, the option that contains this option.
- struct m_config_option *parent;
};
// Config object