| 2722 | } |
| 2723 | |
| 2724 | void lodepng_clear_text(LodePNGInfo* info) |
| 2725 | { |
| 2726 | LodePNGText_cleanup(info); |
| 2727 | } |
| 2728 | |
| 2729 | unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str) |
| 2730 | { |
nothing calls this directly
no test coverage detected