diff options
author | Prashant Malani <pmalani@google.com> | 2016-03-10 23:51:25 +0100 |
---|---|---|
committer | Prashant Malani <pmalani@google.com> | 2016-03-11 00:36:31 +0100 |
commit | 0ba21cff07ceafeaa43e17aa26e341d961f6f29f (patch) | |
tree | 952df7e80dff00b8ad1d091d8a4bf65e31d16c88 /wear_ui.h | |
parent | Merge "Reboot and retry on I/O errors" into nyc-dev (diff) | |
download | android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.tar android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.tar.gz android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.tar.bz2 android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.tar.lz android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.tar.xz android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.tar.zst android_bootable_recovery-0ba21cff07ceafeaa43e17aa26e341d961f6f29f.zip |
Diffstat (limited to 'wear_ui.h')
-rw-r--r-- | wear_ui.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -84,9 +84,6 @@ class WearRecoveryUI : public ScreenRecoveryUI { int current_frame; - bool rtl_locale; - - pthread_mutex_t updateMutex; GRSurface* backgroundIcon[5]; GRSurface* *introFrames; GRSurface* *loopFrames; @@ -123,7 +120,6 @@ class WearRecoveryUI : public ScreenRecoveryUI { void update_screen_locked(); static void* progress_thread(void* cookie); void progress_loop(); - void LoadBitmap(const char* filename, GRSurface** surface); void PutChar(char); void ClearText(); void DrawTextLine(int x, int* y, const char* line, bool bold); |