From 5087816a7431caf27a5a8a9e00d0004d8322cdaa Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 22 Nov 2016 15:52:55 +0100 Subject: 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. --- options/m_config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'options/m_config.h') 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, -- cgit v1.2.3