Removed not used code (nw)

This commit is contained in:
Miodrag Milanovic 2012-08-14 08:26:36 +00:00
parent 985afe417c
commit 6f8af5deb3
2 changed files with 0 additions and 14 deletions

View File

@ -121,17 +121,6 @@ static output_delegate output_cb[OUTPUT_CHANNEL_COUNT] =
CORE IMPLEMENTATION
***************************************************************************/
/*-------------------------------------------------
mame_is_valid_machine - return true if the
given machine is valid
-------------------------------------------------*/
int mame_is_valid_machine(running_machine &machine)
{
return (&machine == global_machine);
}
/*-------------------------------------------------
mame_execute - run the core emulation
-------------------------------------------------*/

View File

@ -96,9 +96,6 @@ extern const char build_version[];
/* execute as configured by the OPTION_SYSTEMNAME option on the specified options */
int mame_execute(emu_options &options, osd_interface &osd);
/* return true if the given machine is valid */
int mame_is_valid_machine(running_machine &machine);
/* ----- output management ----- */