From bb5bad5ab77d24c85a47dd5d2e7cc5b42f42b0d7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 20 Jul 2013 02:17:04 +0200 Subject: m_option: remove unused definitions --- core/m_option.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core') diff --git a/core/m_option.h b/core/m_option.h index 6a8bcfbf1a..c1aac93a82 100644 --- a/core/m_option.h +++ b/core/m_option.h @@ -129,14 +129,6 @@ extern const m_option_type_t m_option_type_obj_settings_list; */ extern const m_option_type_t m_option_type_custom_url; -// Extra definition needed for \ref m_option_type_obj_params options. -typedef struct { - // Field descriptions. - const struct m_struct_st *desc; - // Field separator to use. - char separator; -} m_obj_params_t; - struct m_opt_choice_alternatives { char *name; int value; @@ -170,7 +162,6 @@ struct m_sub_options { #define CONF_TYPE_AFMT (&m_option_type_afmt) #define CONF_TYPE_OBJ_SETTINGS_LIST (&m_option_type_obj_settings_list) #define CONF_TYPE_CUSTOM_URL (&m_option_type_custom_url) -#define CONF_TYPE_OBJ_PARAMS (&m_option_type_obj_params) #define CONF_TYPE_TIME (&m_option_type_time) #define CONF_TYPE_CHOICE (&m_option_type_choice) #define CONF_TYPE_INT_PAIR (&m_option_type_intpair) -- cgit v1.2.3