diff options
-rw-r--r-- | include/tools/b3dtrans.hxx | 1 | ||||
-rw-r--r-- | tools/source/generic/b3dtrans.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/b3dtrans.hxx b/include/tools/b3dtrans.hxx index c57d7ce24abd..964c9fb1abbc 100644 --- a/include/tools/b3dtrans.hxx +++ b/include/tools/b3dtrans.hxx @@ -195,7 +195,6 @@ private: virtual void DeviceRectangleChange() override; basegfx::B3DPoint aPosition; - basegfx::B3DPoint aCorrectedPosition; basegfx::B3DVector aLookAt; double fFocalLength; double fBankAngle; 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) |