From dd9d655b3ddb91feaae5341ae7d6c78974aae8c3 Mon Sep 17 00:00:00 2001 From: xennex22 <25083624+xennex22@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:54:26 -0800 Subject: [PATCH] removed redundent line --- src/lv_objx/lv_chart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lv_objx/lv_chart.c b/src/lv_objx/lv_chart.c index 44d2ee2b8..7e2134bb7 100644 --- a/src/lv_objx/lv_chart.c +++ b/src/lv_objx/lv_chart.c @@ -931,7 +931,6 @@ static void lv_chart_draw_points(lv_obj_t * chart, const lv_area_t * mask) lv_style_copy(&style_point, &lv_style_plain); style_point.body.border.width = 0; - style_point.body.radius = LV_RADIUS_CIRCLE; style_point.body.opa = ext->series.opa; style_point.body.radius = ext->series.width;