diff options
author | Luke Song <songwalker@google.com> | 2017-06-23 23:33:46 +0200 |
---|---|---|
committer | Luke Song <songwalker@google.com> | 2017-07-07 01:49:27 +0200 |
commit | c392888df752479ffaeee2fa9e624d71ce2a4618 (patch) | |
tree | 8067b3064960d84569f6c88e4f2b0b24a7bc5e51 /screen_ui.h | |
parent | Introduce VR recovery ui (diff) | |
download | android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.tar android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.tar.gz android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.tar.bz2 android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.tar.lz android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.tar.xz android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.tar.zst android_bootable_recovery-c392888df752479ffaeee2fa9e624d71ce2a4618.zip |
Diffstat (limited to '')
-rw-r--r-- | screen_ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h index e961c1c93..2500575ca 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -113,7 +113,6 @@ class ScreenRecoveryUI : public RecoveryUI { // Log text overlay, displayed when a magic key is pressed. char** text_; size_t text_col_, text_row_, text_top_; - int log_bottom_offset_; bool show_text; bool show_text_ever; // has show_text ever been true? |