summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es1373.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es1373.cpp')
-rw-r--r--src/devices/sound/es1373.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/sound/es1373.cpp b/src/devices/sound/es1373.cpp
index 779b57c6ba9..5ce753da4a7 100644
--- a/src/devices/sound/es1373.cpp
+++ b/src/devices/sound/es1373.cpp
@@ -99,12 +99,6 @@ es1373_device::es1373_device(const machine_config &mconfig, const char *tag, dev
set_ids(0x12741371, 0x04, 0x040100, 0x12741371);
}
-void es1373_device::device_resolve_objects()
-{
- pci_device::device_resolve_objects();
- m_irq_handler.resolve_safe();
-}
-
//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------