summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74259.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74259.h')
-rw-r--r--src/devices/machine/74259.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/74259.h b/src/devices/machine/74259.h
index 96b7c95316f..2e16d3f4ddb 100644
--- a/src/devices/machine/74259.h
+++ b/src/devices/machine/74259.h
@@ -42,8 +42,6 @@ class addressable_latch_device : public device_t
{
public:
// static configuration
- template<unsigned Bit, class Object> devcb_base &set_q_out_cb(Object &&cb) { return m_q_out_cb[Bit].set_callback(std::forward<Object>(cb)); }
- template<class Object> devcb_base &set_parallel_out_cb(Object &&cb) { return m_parallel_out_cb.set_callback(std::forward<Object>(cb)); }
template <unsigned Bit> auto q_out_cb() { return m_q_out_cb[Bit].bind(); }
auto parallel_out_cb() { return m_parallel_out_cb.bind(); }