mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
m_config: remove outdated comment
This commit is contained in:
parent
b13bb9fbdd
commit
45f8d767b9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user