commit | 98448e372d717206c9f5a2a39d42e7417e6889cb | [log] [tgz] |
---|---|---|
author | John Bowler <jbowler@acm.org> | Sat Apr 19 08:59:35 2025 -0700 |
committer | Cosmin Truta <ctruta@gmail.com> | Tue Apr 22 19:35:01 2025 +0300 |
tree | eada8bbae900e92fec24a37a60c7582281a3efb9 | |
parent | f2b0f5fe1c7db69d66723e7352b056bcfc0f0c2c [diff] |
Remove unused function from write-only configurations `png_icc_profile_error` is no longer used when writing iCCP chunks, therefore it can be compiled out when the reading is disabled. This change includes two `minconfig` files to test read-only and write-only "full" configurations, to supplement the existing tests for "minimal" configurations. Signed-off-by: John Bowler <jbowler@acm.org> Signed-off-by: Cosmin Truta <ctruta@gmail.com>