summaryrefslogtreecommitdiffstats
path: root/wear_ui.cpp
diff options
context:
space:
mode:
authorPrashant Malani <pmalani@google.com>2016-03-11 20:07:38 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-03-11 20:07:38 +0100
commitd755057c9164d6015165fc942f20a5664cff06ab (patch)
tree7353d2030385bb0fa4732aa403e4a69ded659fdc /wear_ui.cpp
parentMerge "Reboot and retry on I/O errors" into nyc-dev am: d345de66ef -s ours (diff)
parentrecovery: Remove duplicate variables and functions (diff)
downloadandroid_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.tar
android_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.tar.gz
android_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.tar.bz2
android_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.tar.lz
android_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.tar.xz
android_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.tar.zst
android_bootable_recovery-d755057c9164d6015165fc942f20a5664cff06ab.zip
Diffstat (limited to 'wear_ui.cpp')
-rw-r--r--wear_ui.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/wear_ui.cpp b/wear_ui.cpp
index 65bcd8494..e76af8d6b 100644
--- a/wear_ui.cpp
+++ b/wear_ui.cpp
@@ -62,7 +62,6 @@ WearRecoveryUI::WearRecoveryUI() :
currentIcon(NONE),
intro_done(false),
current_frame(0),
- rtl_locale(false),
progressBarType(EMPTY),
progressScopeStart(0),
progressScopeSize(0),
@@ -81,7 +80,6 @@ WearRecoveryUI::WearRecoveryUI() :
for (size_t i = 0; i < 5; i++)
backgroundIcon[i] = NULL;
- pthread_mutex_init(&updateMutex, NULL);
self = this;
}
@@ -321,13 +319,6 @@ void WearRecoveryUI::progress_loop() {
}
}
-void WearRecoveryUI::LoadBitmap(const char* filename, GRSurface** surface) {
- int result = res_create_display_surface(filename, surface);
- if (result < 0) {
- LOGE("missing bitmap %s\n(Code %d)\n", filename, result);
- }
-}
-
void WearRecoveryUI::Init()
{
gr_init();