summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/keyboard.cpp')
-rw-r--r--src/devices/machine/keyboard.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/machine/keyboard.cpp b/src/devices/machine/keyboard.cpp
index ebd199560e3..7fa6e0f5a95 100644
--- a/src/devices/machine/keyboard.cpp
+++ b/src/devices/machine/keyboard.cpp
@@ -288,12 +288,6 @@ void generic_keyboard_device::device_reset()
}
-void generic_keyboard_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
-{
- device_matrix_keyboard_interface::device_timer(timer, id, param, ptr);
-}
-
-
void generic_keyboard_device::key_make(u8 row, u8 column)
{
send_translated((row << 4) | column);