diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-26 08:29:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-26 11:15:52 +0200 |
commit | 4ed70b89aa89ff407775ede83521e9cd377159a0 (patch) | |
tree | e643060ea58d685702b2b9d03206dac0c5425287 /svx | |
parent | 88dfd1ed710ee2b4b606f18ff5c3f34f626ec394 (diff) |
loplugin:unusedfields
Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93
Reviewed-on: https://gerrit.libreoffice.org/40438
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/engine3d/deflt3d.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/engine3d/deflt3d.cxx b/svx/source/engine3d/deflt3d.cxx index feb02a9ab00e..ba1ab8835ddb 100644 --- a/svx/source/engine3d/deflt3d.cxx +++ b/svx/source/engine3d/deflt3d.cxx @@ -33,14 +33,9 @@ E3dDefaultAttributes::E3dDefaultAttributes() void E3dDefaultAttributes::Reset() { - // Compound object - bDefaultCreateNormals = true; - bDefaultCreateTexture = true; - // Cube object aDefaultCubePos = basegfx::B3DPoint(-500.0, -500.0, -500.0); aDefaultCubeSize = basegfx::B3DVector(1000.0, 1000.0, 1000.0); - nDefaultCubeSideFlags = CubeFaces::Full; bDefaultCubePosIsCenter = false; // Sphere object |