diff options
Diffstat (limited to 'src/devices/bus/cbus/pc9801_cbus.cpp')
-rw-r--r-- | src/devices/bus/cbus/pc9801_cbus.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/bus/cbus/pc9801_cbus.cpp b/src/devices/bus/cbus/pc9801_cbus.cpp index 9077d8cc4ea..5f6dfce58a7 100644 --- a/src/devices/bus/cbus/pc9801_cbus.cpp +++ b/src/devices/bus/cbus/pc9801_cbus.cpp @@ -88,18 +88,6 @@ void pc9801_slot_device::device_config_complete() //------------------------------------------------- -// device_resolve_objects - resolve objects that -// may be needed for other devices to set -// initial conditions at start time -//------------------------------------------------- - -void pc9801_slot_device::device_resolve_objects() -{ - m_int_callback.resolve_all_safe(); -} - - -//------------------------------------------------- // device_start - device-specific startup //------------------------------------------------- |