summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-29 05:55:53 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-06-29 05:55:53 +0200
commitf722fcf0d4b431aed3f415d5b86b94747313fdf5 (patch)
tree9ff8bcac4005d1f8f3193d81a6a69fe4286f16c2 /wear_ui.h
parentMerge "Add missing libziparchive dependency." (diff)
parentwear_ui: Remove dead/duplicate codes. (diff)
downloadandroid_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.tar
android_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.tar.gz
android_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.tar.bz2
android_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.tar.lz
android_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.tar.xz
android_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.tar.zst
android_bootable_recovery-f722fcf0d4b431aed3f415d5b86b94747313fdf5.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