From 260f9068045af9a434f8d0eb7c662ad8d34cbbe5 Mon Sep 17 00:00:00 2001 From: npwoods Date: Sun, 29 May 2022 12:47:53 -0400 Subject: util/options.h: Removed legacy OPTION_* option type constants. (#9851) These constants were polluting the global namespace. --- src/lib/util/options.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/lib/util/options.h') diff --git a/src/lib/util/options.h b/src/lib/util/options.h index 9b43e771c51..57ca7160203 100644 --- a/src/lib/util/options.h +++ b/src/lib/util/options.h @@ -280,14 +280,4 @@ struct options_entry const char * description; // description for -showusage }; -// legacy option types -const core_options::option_type OPTION_INVALID = core_options::option_type::INVALID; -const core_options::option_type OPTION_HEADER = core_options::option_type::HEADER; -const core_options::option_type OPTION_COMMAND = core_options::option_type::COMMAND; -const core_options::option_type OPTION_BOOLEAN = core_options::option_type::BOOLEAN; -const core_options::option_type OPTION_INTEGER = core_options::option_type::INTEGER; -const core_options::option_type OPTION_FLOAT = core_options::option_type::FLOAT; -const core_options::option_type OPTION_STRING = core_options::option_type::STRING; - - #endif // MAME_LIB_UTIL_OPTIONS_H -- cgit v1.2.3-70-g09d2