From a5610b2a0df711a0c1151fb1cea78e03958167a7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Apr 2018 13:33:47 +0200 Subject: options: remove broken --video-stereo-mode option See changelog for minor explanation. Basically, 3D is unused crap and nobody cares. --- options/options.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index 679133dbb3..b09a4a2224 100644 --- a/options/options.c +++ b/options/options.c @@ -583,9 +583,6 @@ const m_option_t mp_opts[] = { OPT_STRING("force-media-title", media_title, 0), OPT_CHOICE_OR_INT("video-rotate", video_rotate, UPDATE_IMGPAR, 0, 359, ({"no", -1})), - OPT_CHOICE_C("video-stereo-mode", video_stereo_mode, UPDATE_IMGPAR, - mp_stereo3d_names, - .deprecation_message = "mostly broken"), OPT_CHOICE_OR_INT("cursor-autohide", cursor_autohide_delay, 0, 0, 30000, ({"no", -1}, {"always", -2})), -- cgit v1.2.3