summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:38:02 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commit2628ff6224946bb7f3cf460f0c9c6969783e255c (patch)
tree4db337b1bb8160dd97737d1953176855a210a6b2 /core/cfg-mplayer.h
parenta540881571e85be8bf3fd1d1d20a332645c97b92 (diff)
downloadmpv-2628ff6224946bb7f3cf460f0c9c6969783e255c.tar.bz2
mpv-2628ff6224946bb7f3cf460f0c9c6969783e255c.tar.xz
options: remove --display
Was used to set the X11 display. XDisplayName(NULL) does the same, using the DISPLAY environment variable instead.
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h4
1 files changed, 0 insertions, 4 deletions
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),