mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +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;
|
return js_result;
|
||||||
}
|
}
|
||||||
|
|
||||||
void free_result() {}
|
|
||||||
|
|
||||||
EMSCRIPTEN_BINDINGS(my_module) {
|
EMSCRIPTEN_BINDINGS(my_module) {
|
||||||
value_object<JXLOptions>("JXLOptions")
|
value_object<JXLOptions>("JXLOptions")
|
||||||
.field("speed", &JXLOptions::speed)
|
.field("speed", &JXLOptions::speed)
|
||||||
|
|||||||
Reference in New Issue
Block a user