summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-05-20 13:43:54 +0200
committerwm4 <wm4@nowhere>2018-05-24 19:56:35 +0200
commitaf4fe28af7e207bb46d5bdb7a0ee3cb97989033a (patch)
tree554e9d783a26827bdcf18d940b12d598f5dbe18a /options
parent246a828c262eda553420c8b861c2a01cd89af74a (diff)
downloadmpv-af4fe28af7e207bb46d5bdb7a0ee3cb97989033a.tar.bz2
mpv-af4fe28af7e207bb46d5bdb7a0ee3cb97989033a.tar.xz
m_config: remove outdated comment
Diffstat (limited to 'options')
-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,