summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
authorDoug Zongker <dougz@google.com>2014-06-03 19:50:13 +0200
committerDoug Zongker <dougz@google.com>2014-06-03 20:02:31 +0200
commitdff8afe1b21c6ffe09269434f9f8f0d166e1a848 (patch)
tree3cd1ce25d54f4362b5f42140214568c94d8bd159 /screen_ui.h
parentam 502e4595: am d1c64060: am 5fbb729f: Merge "exit instead of return if sideload file creation fails" (diff)
downloadandroid_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.tar
android_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.tar.gz
android_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.tar.bz2
android_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.tar.lz
android_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.tar.xz
android_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.tar.zst
android_bootable_recovery-dff8afe1b21c6ffe09269434f9f8f0d166e1a848.zip
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 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;