diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 10:55:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 10:55:12 +0200 |
commit | de3cb0118af97d3ea8aafe4759ffc61073448de0 (patch) | |
tree | 5df6c1458ab885e306960e5645166cbd81df1f24 /include/tools | |
parent | 3ecd8f19a91ed7141304a2080fb11612b5ff30b3 (diff) |
-Werror,-Wunused-private-field
...since ee025b744ac9efafe7c083ed80f8e2cc7cb3e2c1 "loplugin:returnconstant in
tools,comphelper,unotools"
Change-Id: Ia5fb60f5929084d8e3c6f45d81eefa55da100954
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/b3dtrans.hxx | 1 |
1 files changed, 0 insertions, 1 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; |