[Libreoffice-commits] core.git: include/tools tools/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jul 26 08:56:26 UTC 2018


 include/tools/b3dtrans.hxx        |    1 -
 tools/source/generic/b3dtrans.cxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit de3cb0118af97d3ea8aafe4759ffc61073448de0
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jul 26 10:55:12 2018 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jul 26 10:55:12 2018 +0200

    -Werror,-Wunused-private-field
    
    ...since ee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 "loplugin:returnconstant in
    tools,comphelper,unotools"
    
    Change-Id: Ia5fb60f5929084d8e3c6f45d81eefa55da100954

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)


More information about the Libreoffice-commits mailing list