From ad654f38036e53abbc902ffc5aae13fca61129e0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 11 Jan 2014 18:57:02 +0100 Subject: options: remove --screenw and --screenh Doesn't make any sense anymore. X11 (which was mentioned in the manpage) autodetects it, and everything else ignored the option values. Since for incomprehensible reasons the backends and vo.c still need to exchange information about the screensize using the option fields, they're not removed yet. --- DOCS/man/en/options.rst | 8 -------- 1 file changed, 8 deletions(-) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 835decf5e7..27aa56a7f0 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2027,14 +2027,6 @@ OPTIONS ``%%`` Replaced with the ``%`` character itself. -``--screenh=`` - Specify the screen height for video output drivers which do not know the - screen resolution, like ``x11`` and TV-out. - -``--screenw=`` - Specify the screen width for video output drivers which do not know the - screen resolution, like ``x11`` and TV-out. - ``--secondary-sid=`` Select a secondary subtitle stream. This is similar to ``--sid``. If a secondary subtitle is selected, it will be rendered as toptitle (i.e. on -- cgit v1.2.3