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

@@ -336,7 +336,6 @@ const LV_ATTRIBUTE_MEM_ALIGN LV_ATTRIBUTE_LARGE_CONST LV_ATTRIBUTE_IMAGE_PNG_DEC
};
const lv_image_dsc_t img_wink_png = {
.header.always_zero = 0,
.header.w = 50,
.header.h = 50,
.data_size = 5158,

View File

@@ -326,7 +326,6 @@ img_wink_png_map = bytes([
])
'''
const lv_image_dsc_t image_wink_png = {
.header.always_zero = 0,
.header.w = 50,
.header.h = 50,
.data_size = 5158,