From 7985d4fd3452ba5feed240ab86ba1c088547e98e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 20:32:55 +0100 Subject: 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. --- cfg-mplayer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cfg-mplayer.h') 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 -- cgit v1.2.3