mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
fix compile, unused variables (nw)
This commit is contained in:
parent
4d8d9095a1
commit
d9299cb64a
@ -1314,8 +1314,6 @@ void ui_menu::init_ui(running_machine &machine)
|
||||
const osd_directory_entry *dir;
|
||||
while ((dir = path.next()) != nullptr)
|
||||
{
|
||||
char drivername[50];
|
||||
char *dst = drivername;
|
||||
const char *src;
|
||||
|
||||
// build a name for it
|
||||
|
Loading…
Reference in New Issue
Block a user