summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceAnalog.h
diff options
context:
space:
mode:
authorKieran Cawthray <kieranc@gmail.com>2021-08-12 21:26:51 +0200
committerKieran Cawthray <kieranc@gmail.com>2021-08-12 21:26:51 +0200
commit52ee25e551f506cdaadfb6a62feda1d2aaa8497b (patch)
tree6c5abc74c56400d222c105b9826fd5e58d3ce522 /src/displayapp/screens/WatchFaceAnalog.h
parent12aeb4688923a06d574b7aa7262626e7eab5b7f1 (diff)
parent643077341b14a52819cbaf02abbd5fb56cdeb802 (diff)
Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker
Diffstat (limited to 'src/displayapp/screens/WatchFaceAnalog.h')
-rw-r--r--src/displayapp/screens/WatchFaceAnalog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h
index ac7f0ac5..5d8c6a24 100644
--- a/src/displayapp/screens/WatchFaceAnalog.h
+++ b/src/displayapp/screens/WatchFaceAnalog.h
@@ -58,14 +58,12 @@ namespace Pinetime {
lv_obj_t* minute_body_trace;
lv_obj_t* second_body;
- // ##
lv_point_t hour_point[2];
lv_point_t hour_point_trace[2];
lv_point_t minute_point[2];
lv_point_t minute_point_trace[2];
lv_point_t second_point[2];
- // ##
lv_style_t hour_line_style;
lv_style_t hour_line_style_trace;
lv_style_t minute_line_style;