summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-13 09:34:45 +0200
committerTao Bao <tbao@google.com>2018-05-14 20:14:00 +0200
commit152e0eb20b16c2854ca9690b1cc3b64fbb8962fe (patch)
tree229360257b48faafc6e99ba725683827f053a026 /wear_ui.cpp
parentMerge "Clean up the Makefile for recovery and tests." (diff)
downloadandroid_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.tar
android_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.tar.gz
android_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.tar.bz2
android_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.tar.lz
android_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.tar.xz
android_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.tar.zst
android_bootable_recovery-152e0eb20b16c2854ca9690b1cc3b64fbb8962fe.zip
Diffstat (limited to '')
-rw-r--r--wear_ui.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index f157d3ca3..f4a839923 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -32,11 +32,6 @@ WearRecoveryUI::WearRecoveryUI()
kMenuUnusableRows(RECOVERY_UI_MENU_UNUSABLE_ROWS) {
// TODO: kMenuUnusableRows should be computed based on the lines in draw_screen_locked().
- // TODO: The following three variables are likely not needed. The first two are detected
- // automatically in ScreenRecoveryUI::LoadAnimation(), based on the actual files seen on device.
- intro_frames = 22;
- loop_frames = 60;
-
touch_screen_allowed_ = true;
}