summaryrefslogtreecommitdiff
path: root/include/svx/camera3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 10:22:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-22 11:12:00 +0100
commitb1facbf894a9870f501049409effa937a4ff3488 (patch)
tree2679cd1802ed8557f53ac4e436a4ae2e1e052f82 /include/svx/camera3d.hxx
parentf7acbfe2322477b25e5a21b414fd5f5e129eafb1 (diff)
loplugin:unusedfields in svx
Change-Id: I9f6a21066224c449d3fcc8a0d97cb32dae0a65f6 Reviewed-on: https://gerrit.libreoffice.org/68193 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/camera3d.hxx')
-rw-r--r--include/svx/camera3d.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/camera3d.hxx b/include/svx/camera3d.hxx
index c324be998453..cf61dfc326a7 100644
--- a/include/svx/camera3d.hxx
+++ b/include/svx/camera3d.hxx
@@ -33,9 +33,6 @@
class SAL_WARN_UNUSED SVX_DLLPUBLIC Camera3D final : public Viewport3D
{
- basegfx::B3DPoint aResetPos;
- basegfx::B3DPoint aResetLookAt;
-
basegfx::B3DPoint aPosition;
basegfx::B3DPoint aLookAt;
double fFocalLength;
@@ -48,8 +45,6 @@ public:
double fFocalLen = 35.0);
Camera3D();
- void SetDefaults(const basegfx::B3DPoint& rPos, const basegfx::B3DPoint& rLookAt);
-
void SetViewWindow(double fX, double fY, double fW, double fH);
void SetPosition(const basegfx::B3DPoint& rNewPos);