-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input: drop unused pocketbook leftovers
Pocketbook devices don't even load `koreader-input`, cf. `frontend/device/input.lua`: ```lua elseif self.device:isAndroid() then self.input = require("ffi/input_android") elseif self.device:isPocketBook() then self.input = require("ffi/input_pocketbook") else self.input = require("libs/libkoreader-input") end ```
- Loading branch information
1 parent
60c0256
commit 416d1af
Showing
3 changed files
with
6 additions
and
288 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters