PineTimeStyle color picker tidying

This commit is contained in:
Kieran Cawthray
2021-06-24 21:51:23 +02:00
parent 7edfc53481
commit 8f16574992
2 changed files with 5 additions and 56 deletions

View File

@@ -19,7 +19,6 @@ namespace Pinetime {
void UpdateSelected(lv_obj_t *object, lv_event_t event);
private:
Controllers::Settings& settingsController;
lv_obj_t * btnNextTime;
@@ -51,7 +50,6 @@ namespace Pinetime {
lv_obj_t * stepGauge;
lv_color_t needle_colors[1];
lv_color_t pts_colors[17];
};
}
}