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 084e73880b..e65890b35b 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -26,7 +26,6 @@
#include <stddef.h>
#include "cfg-common.h"
-#include "libvo/vo_zr.h"
#include "options.h"
extern char *fb_mode_cfgfile;
@@ -216,11 +215,6 @@ const m_option_t mplayer_opts[]={
{"aa*", "-aa* has been removed. Use -vo aa:suboption instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
#endif
-#ifdef CONFIG_ZR
- // -vo zr
- {"zr*", vo_zr_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0, &vo_zr_revertoption },
-#endif
-
//---------------------- mplayer-only options ------------------------