summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2203intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2203intf.h')
-rw-r--r--src/devices/sound/2203intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/2203intf.h b/src/devices/sound/2203intf.h
index 8dd456f50bd..ff4af97c667 100644
--- a/src/devices/sound/2203intf.h
+++ b/src/devices/sound/2203intf.h
@@ -17,7 +17,6 @@ public:
ym2203_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(); }
u8 read(offs_t offset);