diff options
| author | Tim <tim@taenny.de> | 2021-08-08 12:37:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 12:37:48 (GMT) |
| commit | 3e9c30a18fb0a0fa7cc69e62821ca0d11e518f47 (patch) | |
| tree | 5422eb59505f40c4c5dba1f14dc7608e27c3bcaa /src/displayapp/screens/Label.h | |
| parent | ffa51612fc6884ccfeb4f23453acc451692c18b3 (diff) | |
| parent | 514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff) | |
Merge branch 'JF002:develop' into set-datetime-manually
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 +} |
