diff options
author | Elliott Hughes <enh@google.com> | 2015-04-09 11:50:56 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-09 11:50:56 -0700 |
commit | 42c12306c90e9ac467262f838dba30a5ff81957e (patch) | |
tree | 377eb017c7f7ea200040b88981db97e9e8292b5a | |
parent | 52222a58417e7e6349e91e19e4f5e293a3a971c5 (diff) | |
download | bootable_recovery-42c12306c90e9ac467262f838dba30a5ff81957e.zip bootable_recovery-42c12306c90e9ac467262f838dba30a5ff81957e.tar.gz bootable_recovery-42c12306c90e9ac467262f838dba30a5ff81957e.tar.bz2 |
Remove some commented-out code.
Change-Id: Ifb466ee2a89da88832c04086fa43da2b8409c232
-rw-r--r-- | device.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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; |