summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c4
-rw-r--r--options/options.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/options/options.c b/options/options.c
index 1e49731709..9fa786419b 100644
--- a/options/options.c
+++ b/options/options.c
@@ -403,10 +403,6 @@ static const m_option_t mp_opts[] = {
{"version", OPT_PRINT(print_version)},
{"V", OPT_PRINT(print_version)},
-#if HAVE_TESTS
- {"unittest", OPT_STRING(test_mode), .flags = CONF_NOCFG | M_OPT_NOPROP},
-#endif
-
{"player-operation-mode", OPT_CHOICE(operation_mode,
{"cplayer", 0}, {"pseudo-gui", 1}),
.flags = M_OPT_PRE_PARSE | M_OPT_NOPROP},
diff --git a/options/options.h b/options/options.h
index a44a8253a3..c3a5e727ee 100644
--- a/options/options.h
+++ b/options/options.h
@@ -145,7 +145,6 @@ typedef struct MPOpts {
bool msg_time;
char *log_file;
- char *test_mode;
int operation_mode;
char **reset_options;