mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 01:37:26 +00:00
Remove unused free_result
This commit is contained in:
@@ -49,8 +49,6 @@ val encode(std::string image, int width, int height, JXLOptions options) {
|
||||
return js_result;
|
||||
}
|
||||
|
||||
void free_result() {}
|
||||
|
||||
EMSCRIPTEN_BINDINGS(my_module) {
|
||||
value_object<JXLOptions>("JXLOptions")
|
||||
.field("speed", &JXLOptions::speed)
|
||||
|
||||
Reference in New Issue
Block a user