diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-08-03 09:16:40 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-08-03 09:16:40 (GMT) |
| commit | 10b5d30ec31fcd98343eee46c135659004fae19f (patch) | |
| tree | caae74e1dd3b1eec1c6c6376cb7760d03f6992a9 /src/displayapp/screens/Label.h | |
| parent | fc93bdbbbac9b19530db18f17817ffe2c17260c4 (diff) | |
| parent | 514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff) | |
Merge branch 'develop' into refresh_rework
Diffstat (limited to 'src/displayapp/screens/Label.h')
| -rw-r--r-- | src/displayapp/screens/Label.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/Label.h b/src/displayapp/screens/Label.h index 7e86c83..f1e4907 100644 --- a/src/displayapp/screens/Label.h +++ b/src/displayapp/screens/Label.h @@ -13,8 +13,6 @@ namespace Pinetime { ~Label() override; private: - bool running = true; - lv_obj_t* labelText = nullptr; lv_point_t pageIndicatorBasePoints[2]; lv_point_t pageIndicatorPoints[2]; |
