m_config: remove outdated comment

This commit is contained in:
wm4 2018-05-20 13:43:54 +02:00
parent 246a828c26
commit af4fe28af7
1 changed files with 0 additions and 1 deletions

View File

@ -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,