summaryrefslogtreecommitdiff
path: root/include/drawinglayer/texture
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-15 10:37:10 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-15 11:33:46 +0000
commitb303f274ab385887bd1e57c6a4e608c8d075b551 (patch)
treed4308cc70fca3cf07ade6f5053628e4a01e308b2 /include/drawinglayer/texture
parent269bf161e6904f33dda21e319982bfb119f24592 (diff)
loplugin:unusedmethods drawinglayer
Change-Id: If28de80a09fbc8e72df9e919cce66cf425134d4c Reviewed-on: https://gerrit.libreoffice.org/17062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/drawinglayer/texture')
-rw-r--r--include/drawinglayer/texture/texture.hxx4
-rw-r--r--include/drawinglayer/texture/texture3d.hxx3
2 files changed, 0 insertions, 7 deletions
diff --git a/include/drawinglayer/texture/texture.hxx b/include/drawinglayer/texture/texture.hxx
index daa0348103a3..69289e1be8ef 100644
--- a/include/drawinglayer/texture/texture.hxx
+++ b/include/drawinglayer/texture/texture.hxx
@@ -97,10 +97,6 @@ namespace drawinglayer
virtual void appendTransformationsAndColors(
std::vector< B2DHomMatrixAndBColor >& rEntries,
basegfx::BColor& rOuterColor) = 0;
-
- // data access
- const basegfx::BColor& getStart() const { return maStart; }
- const basegfx::BColor& getEnd() const { return maEnd; }
};
} // end of namespace texture
} // end of namespace drawinglayer
diff --git a/include/drawinglayer/texture/texture3d.hxx b/include/drawinglayer/texture/texture3d.hxx
index 9a033c7422f4..e92eb78a9c8c 100644
--- a/include/drawinglayer/texture/texture3d.hxx
+++ b/include/drawinglayer/texture/texture3d.hxx
@@ -142,9 +142,6 @@ namespace drawinglayer
virtual ~GeoTexSvxMultiHatch();
virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacity) const SAL_OVERRIDE;
virtual void modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const SAL_OVERRIDE;
-
- // dada access
- bool getFillBackground() const { return mbFillBackground; }
};
} // end of namespace texture
} // end of namespace drawinglayer