# HG changeset patch # User Benjamin Golinvaux # Date 1558372005 -7200 # Node ID df728632050768d2832e7b5404dddee1ad3ae78d # Parent 69370bdaad8990d22fc34737ab37d51ffb79a26d Removed references to unavailable functions (backpatch) diff -r 69370bdaad89 -r df7286320507 Platforms/Wasm/wasm-application-runner.ts --- a/Platforms/Wasm/wasm-application-runner.ts Mon May 20 18:49:24 2019 +0200 +++ b/Platforms/Wasm/wasm-application-runner.ts Mon May 20 19:06:45 2019 +0200 @@ -116,8 +116,6 @@ CreateCppViewport = ( window).StoneFrameworkModule.cwrap('CreateCppViewport', 'number', []); ReleaseCppViewport = ( window).StoneFrameworkModule.cwrap('ReleaseCppViewport', null, ['number']); StartWasmApplication = ( window).StoneFrameworkModule.cwrap('StartWasmApplication', null, ['string']); - ( window).IsTraceLevelEnabled = ( window).StoneFrameworkModule.cwrap('WasmIsTraceLevelEnabled', 'boolean', null); - ( window).IsInfoLevelEnabled = ( window).StoneFrameworkModule.cwrap('WasmIsInfoLevelEnabled', 'boolean', null); ( window).WasmWebService_NotifyCachedSuccess = ( window).StoneFrameworkModule.cwrap('WasmWebService_NotifyCachedSuccess', null, ['number']); ( window).WasmWebService_NotifySuccess = ( window).StoneFrameworkModule.cwrap('WasmWebService_NotifySuccess', null, ['number', 'string', 'array', 'number', 'number']);