summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
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;