diff Framework/Scene2D/OpenGLCompositor.h @ 891:0aff28f15ea2

new abstraction: IViewport
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jul 2019 18:18:42 +0200
parents 77c96ba899f9
children 9c2f6d6b9f4a 88bf49aebc13
line wrap: on
line diff
--- a/Framework/Scene2D/OpenGLCompositor.h	Wed Jul 10 15:23:13 2019 +0200
+++ b/Framework/Scene2D/OpenGLCompositor.h	Wed Jul 10 18:18:42 2019 +0200
@@ -77,8 +77,5 @@
     {
       return canvasHeight_;
     }
-
-    // TODO => REMOVE
-    ScenePoint2D GetPixelCenterCoordinates(int x, int y) const;
   };
 }