diff options
Diffstat (limited to 'src/devices/bus/sms_ctrl/smsctrl.cpp')
-rw-r--r-- | src/devices/bus/sms_ctrl/smsctrl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/bus/sms_ctrl/smsctrl.cpp b/src/devices/bus/sms_ctrl/smsctrl.cpp index 1df60acf304..7323a77bec9 100644 --- a/src/devices/bus/sms_ctrl/smsctrl.cpp +++ b/src/devices/bus/sms_ctrl/smsctrl.cpp @@ -66,12 +66,6 @@ sms_control_port_device::~sms_control_port_device() } -void sms_control_port_device::device_resolve_objects() -{ - m_th_handler.resolve_safe(); -} - - void sms_control_port_device::device_start() { m_controller = get_card_device(); |