diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tinyff/image/png.h | 8 |
1 files changed, 0 insertions, 8 deletions
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); |
