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 dc3bce5f68..21a2f4014d 100644
--- a/options/options.c
+++ b/options/options.c
@@ -221,7 +221,6 @@ const m_option_t mp_opts[] = {
OPT_FLAG("msg-color", msg_color, CONF_GLOBAL | CONF_PRE_PARSE),
OPT_FLAG("msg-module", msg_module, CONF_GLOBAL),
OPT_FLAG("msg-time", msg_time, CONF_GLOBAL),
- OPT_FLAG("identify", msg_identify, CONF_GLOBAL),
#if HAVE_PRIORITY
{"priority", &proc_priority, CONF_TYPE_STRING, 0, 0, 0, NULL},
#endif
diff --git a/options/options.h b/options/options.h
index cd714a7c78..2ceaa02965 100644
--- a/options/options.h
+++ b/options/options.h
@@ -47,7 +47,6 @@ typedef struct MPOpts {
char *msglevels;
char *dump_stats;
int verbose;
- int msg_identify;
int msg_color;
int msg_module;
int msg_time;