summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-06 00:10:13 +0200
committerwm4 <wm4@nowhere>2012-08-06 00:10:13 +0200
commit1ce5ca5f26d65359de632cc96a3d745fdeab2465 (patch)
tree6663d582f3ff7c50e49797e644590ea229b7f460 /m_config.h
parent94782e464d985b6e653618d8a61cf2ee817c3e9f (diff)
downloadmpv-1ce5ca5f26d65359de632cc96a3d745fdeab2465.tar.bz2
mpv-1ce5ca5f26d65359de632cc96a3d745fdeab2465.tar.xz
options: get rid of some compatibility stuff
Doesn't make sense because we broke/are going to break compatibility with everything anyway. Remove mechanism for warning the user against disabled options. Remove colorspace alternative option values.
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).