Removed the last remnants of device_t.poll().

This commit is contained in:
OBattler
2025-02-13 01:06:40 +01:00
parent 8ffdff2bd4
commit 30ca057519
3 changed files with 1 additions and 18 deletions

View File

@@ -2221,7 +2221,7 @@ const device_t keyboard_at_generic_device = {
.init = keyboard_at_init,
.close = keyboard_at_close,
.reset = NULL,
.poll = NULL,
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = keyboard_at_config