chore(image): remove explicit initialization to always_zero (#4796)

Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
This commit is contained in:
Neo Xu
2023-11-18 15:10:22 +08:00
committed by GitHub
parent defaafaa44
commit 511feb39be
139 changed files with 28 additions and 176 deletions

View File

@@ -107,7 +107,6 @@ img_transform_avatar_15_map[] = {
const lv_image_dsc_t img_transform_avatar_15 = {
.header.cf = LV_COLOR_FORMAT_ARGB8888,
.header.always_zero = 0,
.header.w = 80,
.header.h = 80,
.data_size = 0,