summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-20 13:35:32 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:35 +0200
commit4e9166f22d9e72100d11b5f7e0798d84ece4d2ac (patch)
tree71e8b7524eb41d285a61acff94623e17edca5e53 /options/m_config.h
parenta7c853fc64dbb7a75f04219d34d061863098395a (diff)
downloadmpv-4e9166f22d9e72100d11b5f7e0798d84ece4d2ac.tar.bz2
mpv-4e9166f22d9e72100d11b5f7e0798d84ece4d2ac.tar.xz
m_config: remove an unused function
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 79f17b9bbe..56a4ae857e 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -203,10 +203,6 @@ void m_config_notify_change_co(struct m_config *config,
// it means it works only on fields in MPContext.opts.
void m_config_notify_change_opt_ptr(struct m_config *config, void *ptr);
-bool m_config_is_in_group(struct m_config *config,
- const struct m_sub_options *group,
- struct m_config_option *co);
-
// Return all (visible) option names as NULL terminated string list.
char **m_config_list_options(void *ta_parent, const struct m_config *config);