mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Unnecessary leftover (nw)
This commit is contained in:
parent
9707fdbf09
commit
5139c32d8f
1 changed files with 1 additions and 2 deletions
|
@ -2140,8 +2140,7 @@ ioport_field_live::ioport_field_live(ioport_field &field, analog_field *analog)
|
|||
}
|
||||
|
||||
// Name keyboard key names
|
||||
ioport_type_class inputclass = field.type_class();
|
||||
if (inputclass == INPUT_CLASS_KEYBOARD && field.specific_name() == nullptr)
|
||||
if (field.type_class() == INPUT_CLASS_KEYBOARD && field.specific_name() == nullptr)
|
||||
{
|
||||
// loop through each character on the field
|
||||
for (int which = 0; ; which++)
|
||||
|
|
Loading…
Reference in a new issue