diff --git a/src/emu/uimenu.c b/src/emu/uimenu.c index 19ca511a7d2..14c5fcf4138 100644 --- a/src/emu/uimenu.c +++ b/src/emu/uimenu.c @@ -1725,9 +1725,7 @@ static void menu_input_specific_populate(running_machine *machine, ui_menu *menu /* add if we match the group and we have a valid name */ if (name != NULL && input_condition_true(machine, &field->condition) && -#ifdef MESS (field->category == 0 || input_category_active(machine, field->category)) && -#endif /* MESS */ ((field->type == IPT_OTHER && field->name != NULL) || input_type_group(machine, field->type, field->player) != IPG_INVALID)) { input_seq_type seqtype;