From 07fd511e143f8fd17d9e662ca0c060527c29e0e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 10 Nov 2019 23:53:57 +0100 Subject: options: remove M_SETOPT_RUNTIME Used to contain flags for "save" setting of options at runtime. Now there is nothing special needed anymore and it's 0. So drop it completely, and remove anything that distinguishes between runtime and initialization time. --- options/m_config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'options') 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) -- cgit v1.2.3