mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
removed patch for now, till I fix it properly, this way breaks more (nw)
This commit is contained in:
parent
80fe0d9bb7
commit
8ad08e1152
1 changed files with 0 additions and 3 deletions
|
@ -814,9 +814,6 @@ void device_t::remove_subdevice(device_t &device)
|
|||
for (device_t *scan = iter.first(); scan != NULL; scan = iter.next())
|
||||
scan->m_device_map.reset(); //remove(&device);
|
||||
|
||||
// reset auto finder
|
||||
m_auto_finder_list = NULL;
|
||||
|
||||
// remove from our list
|
||||
m_subdevice_list.remove(device);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue