mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +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;
|
const osd_directory_entry *dir;
|
||||||
while ((dir = path.next()) != nullptr)
|
while ((dir = path.next()) != nullptr)
|
||||||
{
|
{
|
||||||
char drivername[50];
|
|
||||||
char *dst = drivername;
|
|
||||||
const char *src;
|
const char *src;
|
||||||
|
|
||||||
// build a name for it
|
// build a name for it
|
||||||
|
Loading…
Reference in New Issue
Block a user