summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-05 16:50:49 +0200
committerwm4 <wm4@nowhere>2012-08-05 16:50:49 +0200
commit039a6194a473564f37525e94b689494c00145c5d (patch)
tree5d3384d25bd8417db2bd6be6c0aff4c274765df1 /m_option.h
parent87ed789162ecfe49fb62db0227210bd7fbe5f58c (diff)
downloadmpv-039a6194a473564f37525e94b689494c00145c5d.tar.bz2
mpv-039a6194a473564f37525e94b689494c00145c5d.tar.xz
options: remove CONF_TYPE_PRINT_INDIRECT
This was unused.
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/m_option.h b/m_option.h
index 064444a63f..6ff6ec2f14 100644
--- a/m_option.h
+++ b/m_option.h
@@ -49,7 +49,6 @@ extern const m_option_type_t m_option_type_time_size;
extern const m_option_type_t m_option_type_choice;
extern const m_option_type_t m_option_type_print;
-extern const m_option_type_t m_option_type_print_indirect;
extern const m_option_type_t m_option_type_print_func;
extern const m_option_type_t m_option_type_subconfig;
extern const m_option_type_t m_option_type_imgfmt;
@@ -157,7 +156,6 @@ struct m_opt_choice_alternatives {
#define CONF_TYPE_DOUBLE (&m_option_type_double)
#define CONF_TYPE_STRING (&m_option_type_string)
#define CONF_TYPE_PRINT (&m_option_type_print)
-#define CONF_TYPE_PRINT_INDIRECT (&m_option_type_print_indirect)
#define CONF_TYPE_PRINT_FUNC (&m_option_type_print_func)
#define CONF_TYPE_SUBCONFIG (&m_option_type_subconfig)
#define CONF_TYPE_STRING_LIST (&m_option_type_string_list)