diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 10:22:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 11:12:00 +0100 |
commit | b1facbf894a9870f501049409effa937a4ff3488 (patch) | |
tree | 2679cd1802ed8557f53ac4e436a4ae2e1e052f82 /include/svx/view3d.hxx | |
parent | f7acbfe2322477b25e5a21b414fd5f5e129eafb1 (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/view3d.hxx')
-rw-r--r-- | include/svx/view3d.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx index 9a385d45ecd8..83f25353c7b6 100644 --- a/include/svx/view3d.hxx +++ b/include/svx/view3d.hxx @@ -44,8 +44,6 @@ class SVX_DLLPUBLIC E3dView : public SdrView protected: E3dDefaultAttributes a3DDefaultAttr; MouseEvent aMouseEvent; // The parameters of the last Events (Mouse, Keyboard) - Color aDefaultLightColor; // The parameters for the last colors - Color aDefaultAmbientColor; // Migrate selections std::unique_ptr<Impl3DMirrorConstructOverlay> mpMirrorOverlay; |