From 0447c049576ef386f4d5b6f14c903e7ebac2f792 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 11 Jan 2014 12:24:54 +0100 Subject: [PATCH] Remove obsolete rpng comment. It does decode all the basic formats, interleaving and stuff. --- gfx/rpng/rpng.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gfx/rpng/rpng.c b/gfx/rpng/rpng.c index 8389a9e32f..a00dfa4953 100644 --- a/gfx/rpng/rpng.c +++ b/gfx/rpng/rpng.c @@ -30,11 +30,6 @@ static inline uint32_t crc32_calculate(const uint8_t *data, size_t length) } #endif -// Decodes a subset of PNG standard. -// Does not handle much outside 24/32-bit RGB(A) images. -// -// Missing: Adam7 interlace, 16 bpp, various color formats. - #undef GOTO_END_ERROR #define GOTO_END_ERROR() do { \ fprintf(stderr, "[RPNG]: Error in line %d.\n", __LINE__); \