summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-29 06:03:25 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-06-29 06:03:25 +0200
commitc9e411858fc9c34310e72d605c8de142c83f3f05 (patch)
treeb7e25a5164059a973b5841d8650603c7e4cc5a78 /wear_ui.h
parentMerge "Add missing libziparchive dependency." (diff)
parentMerge "wear_ui: Remove dead/duplicate codes." (diff)
downloadandroid_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.tar
android_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.tar.gz
android_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.tar.bz2
android_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.tar.lz
android_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.tar.xz
android_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.tar.zst
android_bootable_recovery-c9e411858fc9c34310e72d605c8de142c83f3f05.zip
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wear_ui.h b/wear_ui.h
index e108d4d7e..a814118c7 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -75,10 +75,8 @@ class WearRecoveryUI : public ScreenRecoveryUI {
void draw_background_locked() override;
void draw_screen_locked() override;
- void draw_progress_locked();
void PutChar(char);
- void ClearText();
};
#endif // RECOVERY_WEAR_UI_H