am 06522ef5
: Merge "Remove some commented-out code."
* commit '06522ef517196062299852d59593eba0ea2be3c0': Remove some commented-out code.
This commit is contained in:
commit
0c23c97c78
1 changed files with 0 additions and 10 deletions
10
device.h
10
device.h
|
@ -34,16 +34,6 @@ class Device {
|
|||
// before anything else).
|
||||
virtual void StartRecovery() { };
|
||||
|
||||
// enum KeyAction { NONE, TOGGLE, REBOOT };
|
||||
|
||||
// // Called in the input thread when a new key (key_code) is
|
||||
// // pressed. *key_pressed is an array of KEY_MAX+1 bytes
|
||||
// // indicating which other keys are already pressed. Return a
|
||||
// // KeyAction to indicate action should be taken immediately.
|
||||
// // These actions happen when recovery is not waiting for input
|
||||
// // (eg, in the midst of installing a package).
|
||||
// virtual KeyAction CheckImmediateKeyAction(volatile char* key_pressed, int key_code) = 0;
|
||||
|
||||
// Called from the main thread when recovery is at the main menu
|
||||
// and waiting for input, and a key is pressed. (Note that "at"
|
||||
// the main menu does not necessarily mean the menu is visible;
|
||||
|
|
Loading…
Reference in a new issue