summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/FirmwareUpdate.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-05-18 17:26:49 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-05-18 17:26:49 (GMT)
commit210deac8e11c5b7aeb292afaf23c84a336e2ff88 (patch)
treed221df3a58a3eef6b7190bbd9cd57857a16d2d5e /src/displayapp/screens/FirmwareUpdate.h
parent90bc1d4509ce7c832b36bfca5da76157b97e33d3 (diff)
Revert "rm chance for dynamic allocation during firmware update"
This reverts commit 0315ea7b8f51ccd480dc56da4ec114a1b9008e3c.
Diffstat (limited to 'src/displayapp/screens/FirmwareUpdate.h')
-rw-r--r--src/displayapp/screens/FirmwareUpdate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/FirmwareUpdate.h b/src/displayapp/screens/FirmwareUpdate.h
index a61178c..5156b7e 100644
--- a/src/displayapp/screens/FirmwareUpdate.h
+++ b/src/displayapp/screens/FirmwareUpdate.h
@@ -24,7 +24,6 @@ namespace Pinetime {
lv_obj_t* bar1;
lv_obj_t* percentLabel;
lv_obj_t* titleLabel;
- mutable char percentStr[10];
States state = States::Idle;