summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/options/m_option.h b/options/m_option.h
index c05e2d760c..c26d1b3529 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -358,9 +358,6 @@ struct m_option {
// The option should be set during command line pre-parsing
#define M_OPT_PRE_PARSE (1 << 6)
-// See M_OPT_TYPE_OPTIONAL_PARAM.
-#define M_OPT_OPTIONAL_PARAM (1 << 10)
-
// The option expects a file name (or a list of file names)
#define M_OPT_FILE (1 << 11)