summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,