mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
sdl: minor cleanup; remove dead code
This commit is contained in:
committed by
Frans de Jonge
parent
e15c1abe8b
commit
283c764351
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user