removed patch for now, till I fix it properly, this way breaks more (nw)

This commit is contained in:
Miodrag Milanovic 2014-02-16 11:49:09 +00:00
parent 80fe0d9bb7
commit 8ad08e1152

View file

@ -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);
}