summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.h')
-rw-r--r--src/devices/video/v9938.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/video/v9938.h b/src/devices/video/v9938.h
index d0bbf7c48c5..ea31688bbfd 100644
--- a/src/devices/video/v9938.h
+++ b/src/devices/video/v9938.h
@@ -48,7 +48,6 @@ public:
m_pal_config = true;
}
- template <class Object> devcb_base &set_interrupt_callback(Object &&irq) { return m_int_callback.set_callback(std::forward<Object>(irq)); }
bitmap_rgb32 &get_bitmap() { return m_bitmap; }
void update_mouse_state(int mx_delta, int my_delta, int button_state);