From af4fe28af7e207bb46d5bdb7a0ee3cb97989033a Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 20 May 2018 13:43:54 +0200 Subject: m_config: remove outdated comment --- options/m_config.h | 1 - 1 file changed, 1 deletion(-) (limited to 'options/m_config.h') 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, -- cgit v1.2.3