From 0bc54dd83fee524e4475770df16570923aea13cb Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 28 Jun 2017 15:27:34 -0700 Subject: wear_ui: Remove dead/duplicate codes. WearRecoveryUI::draw_progress_locked() has declaration only, where the definition was deleted in commit 5e7cfb9af64d5f6bf616d9b6fa40bd0ae82e781a. WearRecoveryUI::ClearText() is a duplicates of ScreenRecoveryUI::ClearText(). Test: Build swordfish recovery image. 'Run graphics test' and 'View recovery logs'. Change-Id: Ib66955d1d496f04359b4d6487160218e8f954478 --- wear_ui.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'wear_ui.h') 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 -- cgit v1.2.3