diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-14 10:11:26 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-14 10:11:26 +1000 |
| commit | e5c55e9b54a285164d3573a098308ad075c1e1e7 (patch) | |
| tree | f60f1e96eca344071daf884cee2c235907c23b09 | |
| parent | b2da91f385dbfe3d7cd9c362f94fba72cd853264 (diff) | |
chore: Remove old comments
| -rw-r--r-- | include/tinyff/stream.h | 6 | ||||
| -rw-r--r-- | src/common.c | 14 |
2 files changed, 0 insertions, 20 deletions
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); diff --git a/src/common.c b/src/common.c index c0bf478..b9f7563 100644 --- a/src/common.c +++ b/src/common.c @@ -35,17 +35,3 @@ void ff_cleanup(ff_ctx *ctx) { ctx->allocator.ff_free(ctx); } - -// Endian functions moved to header because C's acting up again -// Anyway, while you're here, lets have a talk. -// Listen, life isnt easy. but listen, storms make stronger sailors. -// you gotta get through this storm. -// this happened to me once. -// my friend got lovesick and threw me away as a friend. he thought i said to his crush that he spied on her, -// but i just made a joke to her. we didn't speak for a long time -// but then one day, she left the school. he came to me. its wasnt like a movie -// i didnt push him away. i said to him "thank god." -// i was so happy. we were back to being friends. -// this story kinda sounds like the plot of IGOR, except he didnt love me but loved that girl. -// i hate u skye, wherever you are. sending hate to you. i hope you get hit by a bus. i hope you get hit by a bus and die. i hope you get hit by a bus and die in a fire. i hope you get hit by a bus and die in a fire and go to hell. i hope you get hit by a bus and die in a fire and go to hell and burn forever. i hope you get hit by a bus and die in a fire and go to hell and burn forever and suffer for eternity. i hope you get hit by a bus and die in a fire and go to hell and burn forever and suffer for eternity and never find peace. i hope you get hit by a bus and die in a fire and go to hell and burn forever and suffer for eternity and never find peace and be alone forever. i hope you get hit by a bus and die in a fire and go to hell and burn forever and suffer for eternity and never find peace and be alone forever with no one to love you. i hope you get hit by a bus and die in a fire and go to hell and burn forever and suffer for eternity and never find peace and be alone forever with no one to love you, skye. -// anyway, back to coding
\ No newline at end of file |
