Code cleanup (#466)

* Code cleanup
* Remove override again
This commit is contained in:
Riku Isokoski
2021-07-25 17:54:05 +03:00
committed by GitHub
parent 34949a47c5
commit ec2469a6c1
10 changed files with 42 additions and 66 deletions

View File

@@ -15,8 +15,6 @@ namespace Pinetime {
bool Refresh() override;
private:
bool running = true;
lv_obj_t* labelText = nullptr;
lv_point_t pageIndicatorBasePoints[2];
lv_point_t pageIndicatorPoints[2];
@@ -25,4 +23,4 @@ namespace Pinetime {
};
}
}
}
}