summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-09-12 00:32:43 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-09-12 00:32:43 +0200
commit4d4df122a0f09cec01519555326aadee72f7ffc8 (patch)
tree7c186e16254ac99cec94c7372dae8ac8381a4717 /ui.h
parentMerge "ui: Remove text_top_." am: 568644197f am: d96ce15139 am: cce9b2c96a (diff)
parentMerge "ui: Move locale and friends into ScreenRecoveryUI class." am: fc570c317b am: 166188c2c6 (diff)
downloadandroid_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.tar
android_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.tar.gz
android_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.tar.bz2
android_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.tar.lz
android_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.tar.xz
android_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.tar.zst
android_bootable_recovery-4d4df122a0f09cec01519555326aadee72f7ffc8.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui.h b/ui.h
index c6d6d6b52..4086023af 100644
--- a/ui.h
+++ b/ui.h
@@ -143,10 +143,6 @@ class RecoveryUI {
protected:
void EnqueueKey(int key_code);
- // The locale that's used to show the rendered texts.
- std::string locale_;
- bool rtl_locale_;
-
// The normal and dimmed brightness percentages (default: 50 and 25, which means 50% and 25% of
// the max_brightness). Because the absolute values may vary across devices. These two values can
// be configured via subclassing. Setting brightness_normal_ to 0 to disable screensaver.
@@ -184,8 +180,6 @@ class RecoveryUI {
static void* time_key_helper(void* cookie);
void time_key(int key_code, int count);
- void SetLocale(const std::string&);
-
bool InitScreensaver();
// Key event input queue