Mercurial > hg > orthanc-stone
changeset 1052:0cc62db7e61b
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 10 Oct 2019 14:37:23 +0200 |
parents | 7fad86d62135 |
children | 32b403a47b19 |
files | Framework/OpenGL/WebAssemblyOpenGLContext.cpp |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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();