| 2806 | } |
| 2807 | |
| 2808 | void lodepng_clear_text(LodePNGInfo* info) |
| 2809 | { |
| 2810 | LodePNGText_cleanup(info); |
| 2811 | } |
| 2812 | |
| 2813 | unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str) |
| 2814 | { |
nothing calls this directly
no test coverage detected