summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-20 13:43:54 +0200
committerJan Ekström <jeebjp@gmail.com>2018-05-31 01:24:51 +0300
commit45f8d767b93894d34094a6a9987cb0544141928c (patch)
tree150127e959cb612ba63ef5c57d213e30d3a3b96f
parentb13bb9fbdd5b375ba50bb133edd0e2b3865d0d46 (diff)
downloadmpv-45f8d767b93894d34094a6a9987cb0544141928c.tar.bz2
mpv-45f8d767b93894d34094a6a9987cb0544141928c.tar.xz
m_config: remove outdated comment
-rw-r--r--options/m_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 56a4ae857e..1f6f5157a3 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -113,7 +113,6 @@ typedef struct m_config {
// contains default values for all options
// options: list of options. Each option defines a member of the optstruct
// and a corresponding option switch or sub-option field.
-// suboptinit: if not NULL, initialize the suboption string (used for presets)
// Note that the m_config object will keep pointers to defaults and options.
struct m_config *m_config_new(void *talloc_ctx, struct mp_log *log,
size_t size, const void *defaults,