diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-07-25 14:54:05 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 14:54:05 (GMT) |
| commit | ec2469a6c1efea44692cf5e3a90160f96a6013d3 (patch) | |
| tree | 24b19a9fc6df868152d9ffdee1ca41ac032aeb8f /src/displayapp/screens/Label.h | |
| parent | 34949a47c59e7a4d8f67a0188bba6d08a046340d (diff) | |
Code cleanup (#466)
* Code cleanup
* Remove override again
Diffstat (limited to 'src/displayapp/screens/Label.h')
| -rw-r--r-- | src/displayapp/screens/Label.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/displayapp/screens/Label.h b/src/displayapp/screens/Label.h index 62b80be..834f8c8 100644 --- a/src/displayapp/screens/Label.h +++ b/src/displayapp/screens/Label.h @@ -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 { }; } } -}
\ No newline at end of file +} |
