From c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 8 Jun 2026 10:24:03 +1000 Subject: docs(headers): Clean up comments across public headers --- include/tinyff/image/bmp.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/tinyff/image/bmp.h') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index 973706d..f56fdd5 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -28,7 +28,7 @@ typedef struct { ff_stream *raw; - uint32_t file_size; // tbh, i actually have no idea why this is needed + uint32_t file_size; uint32_t data_offset; uint32_t width; @@ -50,11 +50,6 @@ typedef struct { typedef ff_result (*ff_bmp_section_handler_ptr)(ff_ctx* ctx, uint8_t *buf, size_t len, ff_bmp_ctx* bmp_ctx); typedef struct { - // Even though the types in bitmaps are invisible (they don't have labels) - // I'll just keep them in for the sake of being in - // And I might just handle the section looping a bit differently - // And their names will be what I saw in the spec - const char* type; ff_bmp_section_handler_ptr handler; } ff_bmp_section_handler; -- cgit v1.2.3