Mercurial > hg > orthanc-stone
diff OrthancStone/Sources/Scene2D/TextureBaseSceneLayer.h @ 1777:d9c5474c5588
fix build of Web viewer
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 14 May 2021 07:35:13 +0200 |
parents | fca942f4b4a7 |
children | 6e8105942146 |
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_;