summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/lynx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/lynx.cpp')
-rw-r--r--src/mame/audio/lynx.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/audio/lynx.cpp b/src/mame/audio/lynx.cpp
index 0571d1205fd..e50a932acf1 100644
--- a/src/mame/audio/lynx.cpp
+++ b/src/mame/audio/lynx.cpp
@@ -114,12 +114,6 @@ lynx2_sound_device::lynx2_sound_device(const machine_config &mconfig, const char
{
}
-void lynx_sound_device::set_timer_delegate(device_t &device, timer_delegate cb)
-{
- lynx_sound_device &dev = downcast<lynx_sound_device &>(device);
- dev.m_timer_delegate = cb;
-}
-
//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------