From db05a696648c3df82d54534ed0a172e7e34f93d3 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Thu, 15 Jan 2026 21:19:19 +1100 Subject: refactor(png): Remove unused ff_png_chunk struct definition --- include/tinyff/image/png.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index 8858fd7..0b2ce34 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -53,14 +53,6 @@ typedef struct { } ff_png_ctx; -typedef struct { - uint32_t length; - const char *type; - uint32_t *data; // length bytes (maximum is uint32_t) - uint32_t crc; -} ff_png_chunk; - - // Chunk handling typedef (*ff_png_chunk_handler_ptr)(uint8_t *buf, size_t len, ff_png_ctx* ctx); -- cgit v1.2.3