diff options
author | 2013-01-11 19:43:14 +0000 | |
---|---|---|
committer | 2013-01-11 19:43:14 +0000 | |
commit | 1940866c70674f0a625a79677b90f9f4a33b2e25 (patch) | |
tree | 0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/emu/softlist.c | |
parent | cff79778372c37b3b2eb9f64e31bd0abfdab978d (diff) |
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/emu/softlist.c')
-rw-r--r-- | src/emu/softlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/softlist.c b/src/emu/softlist.c index e258ca4ff52..bfb97287150 100644 --- a/src/emu/softlist.c +++ b/src/emu/softlist.c @@ -1377,7 +1377,6 @@ void software_list_find_approx_matches(software_list_device *swlistdev, software software_part *part = software_find_part(swinfo, NULL, NULL); if ((interface==NULL || softlist_contain_interface(interface, part->interface_)) && (is_software_compatible(part, swlistdev))) { - /* pick the best match between driver name and description */ curpenalty = softlist_penalty_compare(name, candidate->longname); tmp = softlist_penalty_compare(name, candidate->shortname); |