summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
-rw-r--r--options/options.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/options/options.c b/options/options.c
index a874e95483..312354d988 100644
--- a/options/options.c
+++ b/options/options.c
@@ -649,7 +649,6 @@ static const m_option_t mp_opts[] = {
OPT_STRING("chapters-file", chapter_file, M_OPT_FILE),
- OPT_FLAG("load-unsafe-playlists", load_unsafe_playlists, 0),
OPT_FLAG("merge-files", merge_files, 0),
// a-v sync stuff:
diff --git a/options/options.h b/options/options.h
index 588b897e57..c87a4f2d36 100644
--- a/options/options.h
+++ b/options/options.h
@@ -194,7 +194,6 @@ typedef struct MPOpts {
int chapter_merge_threshold;
double chapter_seek_threshold;
char *chapter_file;
- int load_unsafe_playlists;
int merge_files;
int quiet;
int load_config;