1
mirror of https://github.com/mpv-player/mpv synced 2024-09-28 17:52:52 +02:00

m_config: remove outdated comment

This commit is contained in:
wm4 2018-05-20 13:43:54 +02:00 committed by Jan Ekström
parent b13bb9fbdd
commit 45f8d767b9

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,