summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
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 207870e12a..c843aa01f0 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -107,10 +107,6 @@ struct m_config *m_config_new(void *talloc_ctx, struct mp_log *log,
size_t size, const void *defaults,
const struct m_option *options);
-// Creates "backup" shadow memory for use with m_config_cache. Sets it on
-// mpv_global. Expected to be called at early init on the main m_config.
-void m_config_create_shadow(struct m_config *config);
-
// Create a m_config for the given desc. This is for --af/--vf, which have
// different sub-options for every filter (represented by separate desc
// structs).