summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/moptions.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-04 15:13:05 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-04 15:14:29 +0100
commit024d67c14f250229765384fc97f8a115d068e622 (patch)
tree4a36bea56908816b7ac8f40d1c669aac7c5e9473 /src/emu/ui/moptions.cpp
parent52d97f0dfa95c6400001bf986b6aac6ea9a95a22 (diff)
removed UME filtering (nw)
Diffstat (limited to 'src/emu/ui/moptions.cpp')
-rw-r--r--src/emu/ui/moptions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/ui/moptions.cpp b/src/emu/ui/moptions.cpp
index 7d68bd7d483..419769ac977 100644
--- a/src/emu/ui/moptions.cpp
+++ b/src/emu/ui/moptions.cpp
@@ -49,7 +49,6 @@ const options_entry ui_options::s_option_entries[] =
{ OPTION_USE_BACKGROUND, "1", OPTION_BOOLEAN, "enable background image in main view" },
{ OPTION_SKIP_BIOS_MENU, "0", OPTION_BOOLEAN, "skip bios submenu, start with configured or default" },
{ OPTION_SKIP_PARTS_MENU, "0", OPTION_BOOLEAN, "skip parts submenu, start with first part" },
- { OPTION_START_FILTER, "0", OPTION_INTEGER, "startup filter (0 = ALL, 1 = ARCADES, 2 = SYSTEMS)" },
{ OPTION_LAST_USED_FILTER, "", OPTION_STRING, "latest used filter" },
{ OPTION_LAST_USED_MACHINE, "", OPTION_STRING, "latest used machine" },
{ OPTION_INFO_AUTO_AUDIT, "0", OPTION_BOOLEAN, "enable auto audit in the general info panel" },