From dff8afe1b21c6ffe09269434f9f8f0d166e1a848 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 3 Jun 2014 10:50:13 -0700 Subject: restore holo UI in recovery -- DO NOT MERGE Since we don't have quantum assets for recovery yet, go back to the holo appearance (dark background, blue glowing progress bar) for lmp-preview. Change-Id: Id4d3f23e0a6251a12aa42f3793cff347f38b4243 --- screen_ui.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'screen_ui.h') diff --git a/screen_ui.h b/screen_ui.h index d5e589225..01a33bfe2 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; -- cgit v1.2.3