aboutsummaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-06-03 10:50:13 -0700
committerDoug Zongker <dougz@google.com>2014-06-06 09:01:57 -0700
commit5b5f6c2fd32839227d10ee3c97e662a415b80e2b (patch)
treec7d647e228e9cafda09087a62ea11d72dbd37e65 /screen_ui.h
parentc704e06ce596bd0a6de66b10b108aee95535468a (diff)
downloadbootable_recovery-5b5f6c2fd32839227d10ee3c97e662a415b80e2b.zip
bootable_recovery-5b5f6c2fd32839227d10ee3c97e662a415b80e2b.tar.gz
bootable_recovery-5b5f6c2fd32839227d10ee3c97e662a415b80e2b.tar.bz2
restore holo UI in recovery
Return to the recovery to the holo appearance. Bug: 15424396 Change-Id: Id4d3f23e0a6251a12aa42f3793cff347f38b4243
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/screen_ui.h b/screen_ui.h
index d5e5892..01a33bf 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -87,9 +87,6 @@ class ScreenRecoveryUI : public RecoveryUI {
static const int kMaxCols = 96;
static const int kMaxRows = 96;
- static const int kTextXOffset = 8;
- static const int kTextYOffset = 4;
-
// Log text overlay, displayed when a magic key is pressed
char text[kMaxRows][kMaxCols];
int text_cols, text_rows;