From f5d8c0f5047a3f71d580cced236a0a1031a386d7 Mon Sep 17 00:00:00 2001 From: AJR Date: Thu, 6 Jun 2019 15:21:03 -0400 Subject: devcb: Eliminate legacy callback syntax (nw) --- src/devices/bus/ti99x/990_hd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/devices/bus/ti99x') diff --git a/src/devices/bus/ti99x/990_hd.h b/src/devices/bus/ti99x/990_hd.h index 803e9ca7c79..22436d389f5 100644 --- a/src/devices/bus/ti99x/990_hd.h +++ b/src/devices/bus/ti99x/990_hd.h @@ -15,8 +15,6 @@ class ti990_hdc_device : public device_t public: ti990_hdc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock); - template devcb_base &set_int_callback(Object &&cb) { return m_interrupt_callback.set_callback(std::forward(cb)); } - DECLARE_READ16_MEMBER(read); DECLARE_WRITE16_MEMBER(write); -- cgit v1.2.3-70-g09d2