Kaydet (Commit) de3cb011 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-private-field

...since ee025b74 "loplugin:returnconstant in
tools,comphelper,unotools"

Change-Id: Ia5fb60f5929084d8e3c6f45d81eefa55da100954
üst 3ecd8f19
...@@ -195,7 +195,6 @@ private: ...@@ -195,7 +195,6 @@ private:
virtual void DeviceRectangleChange() override; virtual void DeviceRectangleChange() override;
basegfx::B3DPoint aPosition; basegfx::B3DPoint aPosition;
basegfx::B3DPoint aCorrectedPosition;
basegfx::B3DVector aLookAt; basegfx::B3DVector aLookAt;
double fFocalLength; double fFocalLength;
double fBankAngle; double fBankAngle;
......
...@@ -389,7 +389,6 @@ B3dCamera::B3dCamera( ...@@ -389,7 +389,6 @@ B3dCamera::B3dCamera(
double fFocLen, double fBnkAng) double fFocLen, double fBnkAng)
: B3dViewport(), : B3dViewport(),
aPosition(rPos), aPosition(rPos),
aCorrectedPosition(rPos),
aLookAt(rLkAt), aLookAt(rLkAt),
fFocalLength(fFocLen), fFocalLength(fFocLen),
fBankAngle(fBnkAng) fBankAngle(fBnkAng)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment