summaryrefslogtreecommitdiffstats
path: root/wear_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'wear_ui.h')
-rw-r--r--wear_ui.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/wear_ui.h b/wear_ui.h
index 35ea51660..63a257244 100644
--- a/wear_ui.h
+++ b/wear_ui.h
@@ -24,13 +24,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
WearRecoveryUI();
void Init();
- // overall recovery state ("background image")
- void SetBackground(Icon icon);
-
- // progress indicator
- void SetProgressType(ProgressType type);
- void ShowProgress(float portion, float seconds);
- void SetProgress(float fraction);
void SetStage(int current, int max);
@@ -49,9 +42,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
void StartMenu(const char* const * headers, const char* const * items,
int initial_selection);
int SelectMenu(int sel);
- void EndMenu();
-
- void Redraw();
enum UIElement { HEADER, MENU, MENU_SEL_BG, MENU_SEL_FG, LOG, TEXT_FILL };
virtual void SetColor(UIElement e);
@@ -78,8 +68,6 @@ class WearRecoveryUI : public ScreenRecoveryUI {
int animation_fps;
private:
- Icon currentIcon;
-
bool intro_done;
int current_frame;