From c059025d42ec58060ce8a59ecc6c66dde9dabffd Mon Sep 17 00:00:00 2001 From: xennex22 <25083624+xennex22@users.noreply.github.com> Date: Mon, 25 Nov 2019 21:32:49 -0800 Subject: [PATCH] Removed redundent assignment --- src/lv_themes/lv_theme_nemo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lv_themes/lv_theme_nemo.c b/src/lv_themes/lv_theme_nemo.c index cd4bd002a2e0..564c232bca2c 100644 --- a/src/lv_themes/lv_theme_nemo.c +++ b/src/lv_themes/lv_theme_nemo.c @@ -620,7 +620,6 @@ static void list_init(void) list_rel.text.font = _font; lv_style_copy(&list_pr, &list_rel); - list_pr.body.opa = LV_OPA_TRANSP; list_pr.body.opa = LV_OPA_COVER; list_pr.body.main_color = lv_color_hsv_to_rgb(_hue, 34, 41); list_pr.body.grad_color = lv_color_hsv_to_rgb(_hue, 34, 41);