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

@@ -44,7 +44,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMAGE_IMG_STA
};
const lv_image_dsc_t img_star = {
.header.always_zero = 0,
.header.w = 30,
.header.h = 29,
.header.cf = LV_COLOR_FORMAT_ARGB8888,