changeset 1777:d9c5474c5588

fix build of Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 May 2021 07:35:13 +0200
parents d3d883c3af65
children de5c965f0697
files OrthancStone/Sources/Scene2D/TextureBaseSceneLayer.h
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/TextureBaseSceneLayer.h	Fri May 14 07:34:14 2021 +0200
+++ b/OrthancStone/Sources/Scene2D/TextureBaseSceneLayer.h	Fri May 14 07:35:13 2021 +0200
@@ -59,12 +59,6 @@
   public:
     TextureBaseSceneLayer();
 
-  private:
-    /**
-     * TODO - The methods below could be removed, as well as the
-     * corresponding members
-     **/
-    
     // Center of the top-left pixel
     void SetOrigin(double x,
                    double y);
@@ -114,7 +108,6 @@
       return flipY_;
     }
 
-  public:
     bool IsLinearInterpolation() const
     {
       return isLinearInterpolation_;