summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-07-26 10:55:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-07-26 10:55:12 +0200
commitde3cb0118af97d3ea8aafe4759ffc61073448de0 (patch)
tree5df6c1458ab885e306960e5645166cbd81df1f24 /tools
parent3ecd8f19a91ed7141304a2080fb11612b5ff30b3 (diff)
-Werror,-Wunused-private-field
...since ee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 "loplugin:returnconstant in tools,comphelper,unotools" Change-Id: Ia5fb60f5929084d8e3c6f45d81eefa55da100954
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/b3dtrans.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/generic/b3dtrans.cxx b/tools/source/generic/b3dtrans.cxx
index 184b6a1ff8bc..f892b11a5154 100644
--- a/tools/source/generic/b3dtrans.cxx
+++ b/tools/source/generic/b3dtrans.cxx
@@ -389,7 +389,6 @@ B3dCamera::B3dCamera(
double fFocLen, double fBnkAng)
: B3dViewport(),
aPosition(rPos),
- aCorrectedPosition(rPos),
aLookAt(rLkAt),
fFocalLength(fFocLen),
fBankAngle(fBnkAng)