| 517 | |
| 518 | #if defined(DISTRHO_OS_WASM) && !defined(CARDINAL_COMMON_UI_ONLY) |
| 519 | static void WebBrowserDataLoaded(void* const data) |
| 520 | { |
| 521 | static_cast<Initializer*>(data)->loadSettings(true); |
| 522 | } |
| 523 | #endif |
| 524 | |
| 525 | // ----------------------------------------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected