From 0cd612530cf39639fe8be7b4b5ce6b0c771b1a1d Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 28 Nov 2019 18:08:25 +0100 Subject: m_option: remove an outdated ancient comment The exact type name (m_obj_list_t) was removed in 2013. I don't think this stub comment helps much with understanding this complicated thing anyway (this code is for the --vf/--af options, and makes up almost half of m_option.c). --- options/m_option.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/options/m_option.h b/options/m_option.h index c9538cf628..33cbe19986 100644 --- a/options/m_option.h +++ b/options/m_option.h @@ -63,6 +63,7 @@ extern const m_option_type_t m_option_type_geometry; extern const m_option_type_t m_option_type_size_box; extern const m_option_type_t m_option_type_channels; extern const m_option_type_t m_option_type_aspect; +extern const m_option_type_t m_option_type_obj_settings_list; extern const m_option_type_t m_option_type_node; // Used internally by m_config.c @@ -180,13 +181,6 @@ typedef struct m_obj_settings { char **attribs; } m_obj_settings_t; -// A parser to set up a list of objects. -/** It creates a NULL terminated array \ref m_obj_settings. The option priv - * field (\ref m_option::priv) must point to a \ref m_obj_list_t describing - * the available object types. - */ -extern const m_option_type_t m_option_type_obj_settings_list; - struct m_opt_choice_alternatives { char *name; int value; -- cgit v1.2.3