(action, current)
| 914 | } |
| 915 | |
| 916 | function removeButton(action, current) |
| 917 | { |
| 918 | shortcuts.changeGamepad('reading', action, current, ''); |
| 919 | |
| 920 | generateShortcutsTable(gamepad.currentHighlightItem()); |
| 921 | } |
| 922 | |
| 923 | function restoreShortcuts() |
| 924 | { |
nothing calls this directly
no test coverage detected