mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
no need for this, we always return it as is (nw)
This commit is contained in:
parent
58c5978046
commit
c30bcd3a2a
@ -103,10 +103,6 @@ machine_manager* machine_manager::instance(emu_options &options,osd_interface &o
|
||||
|
||||
machine_manager* machine_manager::instance()
|
||||
{
|
||||
if(!m_manager)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
return m_manager;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user