selgame: test code elimination. (nw)

This commit is contained in:
dankan1890 2016-03-01 03:02:20 +01:00
parent 8c294708eb
commit dbe46f8a52

View File

@ -683,8 +683,6 @@ void ui_menu_select_game::build_available_list()
if (cx != -1 && m_included[cx])
{
const game_driver *drv = &driver_list::driver(cx);
if (strcmp(drv->name, "natodef") == 0)
noroms = false;
const rom_entry *parentrom = drv->rom;
if ((rom = driver->rom) == parentrom)
noroms = true;