summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74148.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74148.h')
-rw-r--r--src/devices/machine/74148.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/machine/74148.h b/src/devices/machine/74148.h
index 88039005ed6..b9c9ddfdb56 100644
--- a/src/devices/machine/74148.h
+++ b/src/devices/machine/74148.h
@@ -51,7 +51,6 @@ public:
ttl74148_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
~ttl74148_device() {}
- template <typename Object> void set_output_callback(Object &&cb) { m_output_cb = std::forward<Object>(cb); }
auto out_cb() { return m_output_cb.bind(); }
/* must call update() after setting the inputs */