diff Framework/Viewport/SdlViewport.h @ 907:722ee73e6ba2

cleanup + started to implement WebAssemblyCairoViewport (wip)
author Alain Mazy <alain@mazy.be>
date Thu, 18 Jul 2019 09:19:39 +0200
parents 88bf49aebc13
children 7a7e4e1f558f
line wrap: on
line diff
--- a/Framework/Viewport/SdlViewport.h	Wed Jul 17 16:56:53 2019 +0200
+++ b/Framework/Viewport/SdlViewport.h	Thu Jul 18 09:19:39 2019 +0200
@@ -57,7 +57,6 @@
 
     }
 
-
     virtual SdlWindow& GetWindow() = 0;
   };
 
@@ -89,10 +88,6 @@
     {
       return context_.GetWindow();
     }
-    //    SdlOpenGLContext& GetContext()
-    //    {
-    //      return context_;
-    //    }
   };