mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
remove printfs (nw)
This commit is contained in:
parent
eb2a14b153
commit
2bc25b0a9d
1 changed files with 0 additions and 3 deletions
|
@ -504,11 +504,8 @@ void emu_options::set_system_name(const char *name)
|
|||
int num = 0;
|
||||
do {
|
||||
num = options_count();
|
||||
printf("num = %i", num);
|
||||
update_slot_options();
|
||||
printf("options_count() = %i \n", options_count());
|
||||
} while(num != options_count());
|
||||
printf("out\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue