# HG changeset patch # User Sebastien Jodogne # Date 1570711043 -7200 # Node ID 0cc62db7e61b85fd8ea4ad729c88336d8c3a8366 # Parent 7fad86d621350682871c78d8142657592fdb2abd fix diff -r 7fad86d62135 -r 0cc62db7e61b Framework/OpenGL/WebAssemblyOpenGLContext.cpp --- a/Framework/OpenGL/WebAssemblyOpenGLContext.cpp Thu Oct 10 14:37:07 2019 +0200 +++ b/Framework/OpenGL/WebAssemblyOpenGLContext.cpp Thu Oct 10 14:37:23 2019 +0200 @@ -248,11 +248,6 @@ return pimpl_->IsContextLost(); } - void WebAssemblyOpenGLContext::RestoreLostContext() - { - throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented); - } - void WebAssemblyOpenGLContext::SetLostContext() { pimpl_->SetLostContext();