summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-05 17:01:34 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-07-05 19:03:49 +0200
commitea556e5398e7281a0874bc3ba634a1b76d79a35d (patch)
treea6edb9292277ef0c91cc9a45322b718e9921a5ad
parenta3fc0b2015725d2cddb7b5aaeba3d8b473ae0f8f (diff)
downloadmpv-ea556e5398e7281a0874bc3ba634a1b76d79a35d.tar.bz2
mpv-ea556e5398e7281a0874bc3ba634a1b76d79a35d.tar.xz
options: remove bogus replacement message for --fstype
CC: @mpv-player/stable
-rw-r--r--options/m_config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/m_config.c b/options/m_config.c
index cbf14dd02b..024cdaed45 100644
--- a/options/m_config.c
+++ b/options/m_config.c
@@ -920,7 +920,6 @@ static const char *const replaced_opts =
"|font#--osd-font"
"|forcedsubsonly#--sub-forced-only"
"|format#--audio-format"
- "|fstype#--x11-fstype"
"|hardframedrop#--framedrop=hard"
"|identify#removed; use TOOLS/mpv_identify.sh"
"|lavdopts#--vd-lavc-..."