summaryrefslogtreecommitdiffstats
path: root/options/m_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_config.h')
-rw-r--r--options/m_config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/options/m_config.h b/options/m_config.h
index 3456aab526..1b9648bd7f 100644
--- a/options/m_config.h
+++ b/options/m_config.h
@@ -154,9 +154,6 @@ enum {
M_SETOPT_NO_OVERWRITE = 256, // Skip options marked with FROM_*
};
-// Flags for safe option setting during runtime.
-#define M_SETOPT_RUNTIME 0
-
// Set the named option to the given string. This is for command line and config
// file use only.
// flags: combination of M_SETOPT_* flags (0 for normal operation)