summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2610intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2610intf.h')
-rw-r--r--src/devices/sound/2610intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/2610intf.h b/src/devices/sound/2610intf.h
index 1a1515e081c..91de98a41a4 100644
--- a/src/devices/sound/2610intf.h
+++ b/src/devices/sound/2610intf.h
@@ -18,7 +18,6 @@ public:
ym2610_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
// configuration helpers
- template <class Object> devcb_base &set_irq_handler(Object &&cb) { return m_irq_handler.set_callback(std::forward<Object>(cb)); }
auto irq_handler() { return m_irq_handler.bind(); }
virtual space_config_vector memory_space_config() const override;