summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/911_vdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/911_vdt.h')
-rw-r--r--src/mame/video/911_vdt.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mame/video/911_vdt.h b/src/mame/video/911_vdt.h
index e557e7fe801..70a762c162c 100644
--- a/src/mame/video/911_vdt.h
+++ b/src/mame/video/911_vdt.h
@@ -50,16 +50,6 @@ public:
DECLARE_READ8_MEMBER(cru_r);
DECLARE_WRITE8_MEMBER(cru_w);
- template <class Object> devcb_base &set_keyint_callback(Object &&cb)
- {
- return m_keyint_line.set_callback(std::forward<Object>(cb));
- }
-
- template <class Object> devcb_base &set_lineint_callback(Object &&cb)
- {
- return m_lineint_line.set_callback(std::forward<Object>(cb));
- }
-
auto keyint_cb() { return m_keyint_line.bind(); }
auto lineint_cb() { return m_lineint_line.bind(); }