summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2013-04-26 19:50:19 +0000
committerwm4 <wm4@nowhere>2013-04-27 15:28:57 +0200
commitdaee1a04e7eea66f820934368371c6e2b8c759ba (patch)
tree987874136245b329869ed4cdaeb4cc47d220a980 /core
parent2f004875d3bc0b951e04b203a5bcc818faccf065 (diff)
downloadmpv-daee1a04e7eea66f820934368371c6e2b8c759ba.tar.bz2
mpv-daee1a04e7eea66f820934368371c6e2b8c759ba.tar.xz
stream_bluray: remove the broken -bluray-chapter option
Remove the broken -bluray-chapter option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@36175 b3059339-0415-0410-9bf9-f77b7e298cf2 Conflicts: DOCS/man/en/mplayer.1 cfg-common.h
Diffstat (limited to 'core')
-rw-r--r--core/cfg-mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 5d843c4381..65b95de7c0 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -321,7 +321,6 @@ const m_option_t common_opts[] = {
#ifdef CONFIG_LIBBLURAY
{"bluray-device", &bluray_device, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"bluray-angle", &bluray_angle, CONF_TYPE_INT, CONF_RANGE, 0, 999, NULL},
- {"bluray-chapter", &bluray_chapter, CONF_TYPE_INT, CONF_RANGE, 0, 999, NULL},
#endif /* CONFIG_LIBBLURAY */
#ifdef CONFIG_NETWORKING