summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-28 20:32:55 +0100
committerwm4 <wm4@nowhere>2012-10-30 19:50:23 +0100
commit7985d4fd3452ba5feed240ab86ba1c088547e98e (patch)
treed400e26120911aeca9f603c27b6895e50752a137 /cfg-mplayer.h
parent0502b6967275569fe0bc2ca69c55b491cc9f6bd2 (diff)
downloadmpv-7985d4fd3452ba5feed240ab86ba1c088547e98e.tar.bz2
mpv-7985d4fd3452ba5feed240ab86ba1c088547e98e.tar.xz
options: remove --adapter
This probably didn't do anything. Maybe OpenGL VOs on win32 actually could make use of it, but even then it probably didn't work.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 1a6a41586d..4e23613916 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -642,7 +642,6 @@ const m_option_t mplayer_opts[]={
{"grabpointer", &vo_grabpointer, CONF_TYPE_FLAG, 0, 0, 1, NULL},
OPT_INTRANGE("cursor-autohide-delay", cursor_autohide_delay, 0, -2, 30000),
- {"adapter", &vo_adapter_num, CONF_TYPE_INT, CONF_RANGE, 0, 5, NULL},
{"refreshrate",&vo_refresh_rate,CONF_TYPE_INT,CONF_RANGE, 0,100, NULL},
{"wid", &WinID, CONF_TYPE_INT64, 0, 0, 0, NULL},
#ifdef CONFIG_X11