summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-20 02:17:04 +0200
committerwm4 <wm4@nowhere>2013-07-20 02:17:04 +0200
commitbb5bad5ab77d24c85a47dd5d2e7cc5b42f42b0d7 (patch)
treeaab4ec9fa187f4f926b4fc5788124618f7b11dbe /core
parentcb1ee41cec388ca1485a8530970c0a99c787cdb8 (diff)
downloadmpv-bb5bad5ab77d24c85a47dd5d2e7cc5b42f42b0d7.tar.bz2
mpv-bb5bad5ab77d24c85a47dd5d2e7cc5b42f42b0d7.tar.xz
m_option: remove unused definitions
Diffstat (limited to 'core')
-rw-r--r--core/m_option.h9
1 files changed, 0 insertions, 9 deletions
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)