1
0
Fork 0
forked from Miroirs/x49gp

dead code

This commit is contained in:
Gwenhael Le Moine 2024-11-02 19:47:34 +01:00
parent f318c5fa65
commit 3c9742bb95
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1077,15 +1077,6 @@ static x49gp_ui_key_t ui_keys[ NB_KEYS ] = {
.bg_color = UI_COLOR_BLACK },
};
typedef struct {
uint32_t magic;
uint32_t length;
uint32_t pixdata_type;
uint32_t rowstride;
uint32_t width;
uint32_t height;
} pixbuf_inline_data_t;
/*************/
/* functions */
/*************/