summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
-rw-r--r--options/options.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/options/options.c b/options/options.c
index b5578218d3..f8a18f891a 100644
--- a/options/options.c
+++ b/options/options.c
@@ -494,8 +494,6 @@ const m_option_t mp_opts[] = {
OPT_CHOICE_OR_INT("autosync", autosync, 0, 0, 10000,
({"no", -1})),
- OPT_FLAG("softsleep", softsleep, 0),
-
OPT_CHOICE("term-osd", term_osd, 0,
({"force", 1},
{"auto", 2},
diff --git a/options/options.h b/options/options.h
index 20b35d6864..92e3ca0637 100644
--- a/options/options.h
+++ b/options/options.h
@@ -136,7 +136,6 @@ typedef struct MPOpts {
float audio_delay;
float default_max_pts_correction;
int autosync;
- int softsleep;
int frame_dropping;
int term_osd;
int term_osd_bar;