summaryrefslogtreecommitdiff
path: root/include/svx/deflt3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/deflt3d.hxx')
-rw-r--r--include/svx/deflt3d.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/svx/deflt3d.hxx b/include/svx/deflt3d.hxx
index d4d083287c87..e69a62a1625e 100644
--- a/include/svx/deflt3d.hxx
+++ b/include/svx/deflt3d.hxx
@@ -34,9 +34,6 @@
class SAL_WARN_UNUSED SVX_DLLPUBLIC E3dDefaultAttributes
{
private:
- // Compound object
- Color aDefaultAmbientColor;
-
// Cube object
basegfx::B3DPoint aDefaultCubePos;
basegfx::B3DVector aDefaultCubeSize;
@@ -67,10 +64,6 @@ public:
// Reset to defaults
void Reset();
- // Getter/Setter for default values of all 3D objects
- // Compound object
- const Color& GetDefaultAmbientColor() { return aDefaultAmbientColor; }
-
// Cube object
const basegfx::B3DPoint& GetDefaultCubePos() { return aDefaultCubePos; }
const basegfx::B3DVector& GetDefaultCubeSize() { return aDefaultCubeSize; }