summaryrefslogtreecommitdiffstats
path: root/mpvcore/m_config.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-04 23:11:35 +0100
committerwm4 <wm4@nowhere>2013-12-04 23:13:46 +0100
commite9f49ea84de06e657067c16d9f43d531ef22b062 (patch)
tree0921837a1fc10326e2509c241700ae44c08608d0 /mpvcore/m_config.h
parent193930ac3b1cffb65782f7db9b611c09cf48f9f0 (diff)
downloadmpv-e9f49ea84de06e657067c16d9f43d531ef22b062.tar.bz2
mpv-e9f49ea84de06e657067c16d9f43d531ef22b062.tar.xz
options: remove legacy hacks for sub-option handling
Diffstat (limited to 'mpvcore/m_config.h')
-rw-r--r--mpvcore/m_config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mpvcore/m_config.h b/mpvcore/m_config.h
index c4c20a2ca5..8a8865d68e 100644
--- a/mpvcore/m_config.h
+++ b/mpvcore/m_config.h
@@ -93,11 +93,6 @@ int m_config_set_obj_params(struct m_config *conf, char **args);
int m_config_apply_defaults(struct m_config *config, const char *name,
struct m_obj_settings *defaults);
-// Initialize an object (VO/VF/...) in one go, including legacy handling.
-// This is pretty specialized, and is just for convenience.
-int m_config_initialize_obj(struct m_config *config, struct m_obj_desc *desc,
- void **ppriv, char ***pargs);
-
// Make sure the option is backed up. If it's already backed up, do nothing.
// All backed up options can be restored with m_config_restore_backups().
void m_config_backup_opt(struct m_config *config, const char *opt);