This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/coders/png.c b/coders/png.c | |
| index 95e2f93..48cd211 100644 | |
| --- a/coders/png.c | |
| +++ b/coders/png.c | |
| @@ -88,26 +88,7 @@ | |
| #include "zlib.h" | |
| -/* | |
| - * TO DO: rewrite using png_get_tRNS() instead of direct access to the |
NewerOlder