summaryrefslogtreecommitdiff
path: root/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/sdrlightingattribute3d.cxx')
-rw-r--r--drawinglayer/source/attribute/sdrlightingattribute3d.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/drawinglayer/source/attribute/sdrlightingattribute3d.cxx b/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
index 4a9eac61e229..8cf16fbd03b6 100644
--- a/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrlightingattribute3d.cxx
@@ -158,11 +158,6 @@ namespace drawinglayer
return (*rCandidate.mpSdrLightingAttribute == *mpSdrLightingAttribute);
}
- const basegfx::BColor& SdrLightingAttribute::getAmbientLight() const
- {
- return mpSdrLightingAttribute->getAmbientLight();
- }
-
const ::std::vector< Sdr3DLightAttribute >& SdrLightingAttribute::getLightVector() const
{
return mpSdrLightingAttribute->getLightVector();