From 0502b6967275569fe0bc2ca69c55b491cc9f6bd2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 28 Oct 2012 20:29:47 +0100 Subject: cleanup: remove M_OPT_NOCMD Unused. --- m_option.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'm_option.h') diff --git a/m_option.h b/m_option.h index 94d832eb6d..75f1c709d1 100644 --- a/m_option.h +++ b/m_option.h @@ -313,9 +313,6 @@ struct m_option { // The option is forbidden in config files. #define M_OPT_NOCFG (1 << 2) -// The option is forbidden on the command line. -#define M_OPT_NOCMD (1 << 3) - // This option can't be set per-file when used with struct m_config. #define M_OPT_GLOBAL (1 << 4) @@ -340,7 +337,6 @@ struct m_option { #define CONF_MAX M_OPT_MAX #define CONF_RANGE M_OPT_RANGE #define CONF_NOCFG M_OPT_NOCFG -#define CONF_NOCMD M_OPT_NOCMD #define CONF_GLOBAL M_OPT_GLOBAL #define CONF_PRE_PARSE M_OPT_PRE_PARSE -- cgit v1.2.3