More cleanup

This commit is contained in:
klockee 2020-08-08 04:48:29 -04:00
parent b300cc258e
commit 90d2dbb49c
2 changed files with 0 additions and 4 deletions

View File

@ -579,7 +579,6 @@ SystemView::SystemView(
}
else{
add_child(&info_view);
//this->info_view.set_dirty();
}
this->status_view.set_back_enabled(!this->navigation_view.is_top());

View File

@ -213,12 +213,9 @@ public:
InformationView(NavigationView& nav);
private:
void refresh();
static constexpr auto version_string = "v1.1.1";
NavigationView& nav_;
rtc::RTC datetime;
Rectangle backdrop {
{ 0, 0 * 16, 240, 16 },
{33, 33, 33}