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 1fa6a68cfe..dbc06bdf7f 100644
--- a/options/options.c
+++ b/options/options.c
@@ -597,8 +597,6 @@ const m_option_t mp_opts[] = {
{"auto", 2},
{"no", 0})),
- OPT_STRING("term-osd-esc", term_osd_esc, M_OPT_PARSE_ESCAPES,
- OPTDEF_STR("\x1b[A\r\x1b[K")),
OPT_STRING("playing-msg", playing_msg, M_OPT_PARSE_ESCAPES),
OPT_STRING("status-msg", status_msg, M_OPT_PARSE_ESCAPES),
OPT_STRING("osd-status-msg", osd_status_msg, M_OPT_PARSE_ESCAPES),
diff --git a/options/options.h b/options/options.h
index 6b5e1c7392..5608392a99 100644
--- a/options/options.h
+++ b/options/options.h
@@ -124,7 +124,6 @@ typedef struct MPOpts {
int softsleep;
int frame_dropping;
int term_osd;
- char *term_osd_esc;
char *playing_msg;
char *status_msg;
char *osd_status_msg;