summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/m_config.h b/m_config.h
index 19d8005d3c..10f0cb67ed 100644
--- a/m_config.h
+++ b/m_config.h
@@ -36,8 +36,6 @@ struct m_config_option {
struct m_config_option *next;
// Full name (ie option:subopt).
char *name;
- // Compiled without support for this option? If so set to name of feature
- char *disabled_feature;
// Option description.
const struct m_option *opt;
// Raw value of the backup of the global value (or NULL).