From 48bd03dd912321b8bfa12b8b201d2f0b3aa43ae0 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Thu, 24 Apr 2014 18:44:46 +0200 Subject: options: remove deprecated --identify Also remove MSGL_SMODE and friends. Note: The indent in options.rst was added to work around a bug in ReportLab that causes the PDF manual build to fail. --- options/options.c | 1 - options/options.h | 1 - 2 files changed, 2 deletions(-) (limited to 'options') 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; -- cgit v1.2.3