summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-27 18:01:26 +0200
committerwm4 <wm4@nowhere>2015-05-27 18:01:26 +0200
commite8a1d35e9c439ba8a86507e02292cc24fef0174a (patch)
tree76fde40945a2681e55f7405b3849372a91b3df9c /options
parentac6ebbbcbc89ef91fbf4858c86ced53ed471cd14 (diff)
downloadmpv-e8a1d35e9c439ba8a86507e02292cc24fef0174a.tar.bz2
mpv-e8a1d35e9c439ba8a86507e02292cc24fef0174a.tar.xz
options: remove --slave-broken
It has been deprecated for ages.
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
-rw-r--r--options/options.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/options/options.c b/options/options.c
index b2bd5c2e95..65fadc8e94 100644
--- a/options/options.c
+++ b/options/options.c
@@ -555,8 +555,6 @@ const m_option_t mp_opts[] = {
OPT_SUBSTRUCT("", encode_opts, encode_config, 0),
#endif
- OPT_FLAG("slave-broken", slave_mode, CONF_GLOBAL),
-
OPT_REMOVED("a52drc", "use --ad-lavc-ac3drc=level"),
OPT_REMOVED("afm", "use --ad=..."),
OPT_REPLACED("aspect", "video-aspect"),
diff --git a/options/options.h b/options/options.h
index 208431110e..a8dd1ade97 100644
--- a/options/options.h
+++ b/options/options.h
@@ -257,8 +257,6 @@ typedef struct MPOpts {
int w32_priority;
- int slave_mode;
-
int network_cookies_enabled;
char *network_cookies_file;
char *network_useragent;