summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 2b76cb46da..084e73880b 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -47,8 +47,6 @@ extern int menu_fribidi_flip_commas;
extern char *unrar_executable;
-extern const m_option_t dxr2_opts[];
-
const m_option_t vd_conf[]={
{"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
{NULL, NULL, 0, 0, 0, 0, NULL}
@@ -223,10 +221,6 @@ const m_option_t mplayer_opts[]={
{"zr*", vo_zr_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0, &vo_zr_revertoption },
#endif
-#ifdef CONFIG_DXR2
- {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
-#endif
-
//---------------------- mplayer-only options ------------------------