From e5c55e9b54a285164d3573a098308ad075c1e1e7 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Tue, 14 Apr 2026 10:11:26 +1000 Subject: chore: Remove old comments --- include/tinyff/stream.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/tinyff') diff --git a/include/tinyff/stream.h b/include/tinyff/stream.h index 879baf6..250767e 100644 --- a/include/tinyff/stream.h +++ b/include/tinyff/stream.h @@ -7,12 +7,6 @@ #define FF_NULL_STREAM {0} -// WARNING: This is just for reading streams for now -// Until I finally add encoding to PNG, it will remain read-only -// Note: I don't care, I'll add writing now. I was so corny back then. -// Now I listen to squee at 100% volume. his 2025 album is fire. -// another good album is apiary by gingerbee. -// oh yeah, and wetdream by willyrodriguezwastaken. that one is FIRE typedef size_t (*ff_read_cb)(void *ptr, size_t size, void *user); typedef size_t (*ff_write_cb)(const void *ptr, size_t size, const void *user); -- cgit v1.2.3