summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/3526intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/3526intf.h')
-rw-r--r--src/devices/sound/3526intf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/3526intf.h b/src/devices/sound/3526intf.h
index c880cfcfc51..0e57a08e36d 100644
--- a/src/devices/sound/3526intf.h
+++ b/src/devices/sound/3526intf.h
@@ -12,7 +12,6 @@ public:
ym3526_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);