diff Framework/Viewport/IViewport.h @ 1055:af456106576c

moving GetCanvasIdentifier from IViewport to WebAssemblyViewport
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Oct 2019 16:07:58 +0200
parents 32b403a47b19
children 6dd90b8d1589
line wrap: on
line diff
--- a/Framework/Viewport/IViewport.h	Thu Oct 10 15:55:54 2019 +0200
+++ b/Framework/Viewport/IViewport.h	Thu Oct 10 16:07:58 2019 +0200
@@ -42,9 +42,6 @@
 
     virtual void Refresh() = 0;
 
-    // TODO - Is this needed at this level (e.g. for SDL)?
-    virtual const std::string& GetCanvasIdentifier() const = 0;
-
     virtual ScenePoint2D GetPixelCenterCoordinates(int x, int y) = 0;
 
     virtual bool HasCompositor() const = 0;