From 4e9166f22d9e72100d11b5f7e0798d84ece4d2ac Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 20 May 2018 13:35:32 +0200 Subject: m_config: remove an unused function --- options/m_config.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'options/m_config.c') diff --git a/options/m_config.c b/options/m_config.c index 6bbd569fe4..2f63cf5363 100644 --- a/options/m_config.c +++ b/options/m_config.c @@ -1423,17 +1423,6 @@ void m_config_cache_set_dispatch_change_cb(struct m_config_cache *cache, } } -bool m_config_is_in_group(struct m_config *config, - const struct m_sub_options *group, - struct m_config_option *co) -{ - for (int n = 0; n < config->num_groups; n++) { - if (config->groups[n].group == group) - return is_group_included(config, co->group, n); - } - return false; -} - void *mp_get_config_group(void *ta_parent, struct mpv_global *global, const struct m_sub_options *group) { -- cgit v1.2.3