Remove obsolete free_result refs

This commit is contained in:
Ingvar Stepanyan
2020-08-04 15:17:16 +01:00
parent 3cda8285a1
commit 0807fa4b9a
3 changed files with 0 additions and 9 deletions

View File

@@ -12,7 +12,3 @@ See `example.html`
### `RawImage decode(std::string buffer)`
Decodes the given avif buffer into raw RGBA. `RawImage` is a class with 3 fields: `buffer`, `width`, and `height`.
### `void free_result()`
Frees the result created by `decode()`.