summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-22 15:52:55 +0100
committerwm4 <wm4@nowhere>2016-11-22 15:55:13 +0100
commit5087816a7431caf27a5a8a9e00d0004d8322cdaa (patch)
tree39b08676edd7cea66e4df7ca5a664aec26336670 /options/m_config.h
parent7201fd7d08dd7f240e6f7c2584809bb4a723ab21 (diff)
downloadmpv-5087816a7431caf27a5a8a9e00d0004d8322cdaa.tar.bz2
mpv-5087816a7431caf27a5a8a9e00d0004d8322cdaa.tar.xz
options: remove legacy global sub-option syntax
A bit of sanity, although a very small one. --vo sub-options are not affected by this yet.
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 94a6c9e6ee..16eba317f0 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -92,8 +92,6 @@ typedef struct m_config {
// For the command line parser
int recursion_depth;
- bool subopt_deprecation_warning;
-
void *optstruct; // struct mpopts or other
int shadow_size;
@@ -197,10 +195,6 @@ struct mpv_node;
int m_config_set_option_node(struct m_config *config, bstr name,
struct mpv_node *data, int flags);
-
-int m_config_parse_suboptions(struct m_config *config, char *name,
- char *subopts);
-
struct m_config_option *m_config_get_co_raw(const struct m_config *config,
struct bstr name);
struct m_config_option *m_config_get_co(const struct m_config *config,