sdl: minor cleanup; remove dead code

This commit is contained in:
Benoit Pierre
2024-09-22 20:23:27 +02:00
committed by Frans de Jonge
parent e15c1abe8b
commit 283c764351

View File

@@ -308,7 +308,6 @@ function Device:init()
gameControllerRumble = function(left_intensity, right_intensity, duration)
return input.gameControllerRumble(left_intensity, right_intensity, duration)
end,
file_chooser = input.file_chooser,
}
self.keyboard_layout = dofile("frontend/device/sdl/keyboard_layout.lua")