# HG changeset patch # User Sebastien Jodogne # Date 1620970513 -7200 # Node ID d9c5474c5588f007bb5a705360e13c02e10621f9 # Parent d3d883c3af6502416ecb77a873f5a11e0c4a98ca fix build of Web viewer diff -r d3d883c3af65 -r d9c5474c5588 OrthancStone/Sources/Scene2D/TextureBaseSceneLayer.h --- 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_;