diff options
author | Doug Zongker <dougz@android.com> | 2013-03-07 00:01:11 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2013-03-07 22:34:24 +0100 |
commit | 6fd59ac07d91eb373f4269a40e688aa82a6ccc6e (patch) | |
tree | 64807edcb65fd2abd80c19c79cad6986f99ca396 /recovery.cpp | |
parent | recovery: change font for menus to be an image (diff) | |
download | android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.tar android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.tar.gz android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.tar.bz2 android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.tar.lz android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.tar.xz android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.tar.zst android_bootable_recovery-6fd59ac07d91eb373f4269a40e688aa82a6ccc6e.zip |
Diffstat (limited to 'recovery.cpp')
-rw-r--r-- | recovery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp index 92aa50372..7002cb8a4 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -704,7 +704,6 @@ prompt_and_wait(Device* device, int status) { break; case Device::WIPE_CACHE: - ui->ShowText(false); ui->Print("\n-- Wiping cache...\n"); erase_volume("/cache"); ui->Print("Cache wipe complete.\n"); |