From 2628ff6224946bb7f3cf460f0c9c6969783e255c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 15 Nov 2012 15:38:02 +0100 Subject: options: remove --display Was used to set the X11 display. XDisplayName(NULL) does the same, using the DISPLAY environment variable instead. --- core/cfg-mplayer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index aa5e8d66de..0e403e0769 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -576,10 +576,6 @@ const m_option_t mplayer_opts[]={ {"edlout", &edl_output_filename, CONF_TYPE_STRING, 0, 0, 0, NULL}, -#ifdef CONFIG_X11 - {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0, NULL}, -#endif - // force window width/height or resolution (with -vm) OPT_INTRANGE("x", screen_size_x, 0, 0, 4096), OPT_INTRANGE("y", screen_size_y, 0, 0, 4096), -- cgit v1.2.3