1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(lodepng): removed unsed typedef (#4991)

Co-authored-by: Martin Glueck <martin.glueck@glaser-co.at>
This commit is contained in:
Martin Glück 2023-12-12 10:34:25 +01:00 committed by GitHub
parent a66c5ad338
commit 6a0db1fd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,6 @@
/**********************
* TYPEDEFS
**********************/
typedef struct {
} cache_data_t;
/**********************
* STATIC PROTOTYPES