diff Framework/Viewport/WebAssemblyViewport.cpp @ 1045:6a9300ecfa13

tests for context loss are now restricted to WebAssembly
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Oct 2019 17:17:56 +0200
parents d6b83ee3a950
children d393ad9cf68c
line wrap: on
line diff
--- a/Framework/Viewport/WebAssemblyViewport.cpp	Wed Oct 09 15:58:39 2019 +0200
+++ b/Framework/Viewport/WebAssemblyViewport.cpp	Wed Oct 09 17:17:56 2019 +0200
@@ -122,11 +122,6 @@
       throw;
     }
   }
-  
-  bool WebAssemblyOpenGLViewport::IsContextLost()
-  {
-    return context_.IsContextLost();
-  }
 
   void WebAssemblyOpenGLViewport::RestoreCompositor()
   {
@@ -163,11 +158,6 @@
     return false;
   }
 
-  void* WebAssemblyOpenGLViewport::DebugGetInternalContext() const
-  {
-    return context_.DebugGetInternalContext();
-  }
-
   void WebAssemblyOpenGLViewport::RegisterContextCallbacks()
   {
 #if 0