diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-15 11:26:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-15 12:20:59 +0000 |
commit | 8d4a306eb04742f499ab693e7f8ebd3ae3c01415 (patch) | |
tree | af85c31b99112b5c76e71ad83a58e4e6d15a1dbe /chart2/source | |
parent | 6b4eaa7ee7837e7ff1439ebb06db9200b4b68b61 (diff) |
loplugin:unusedfields
Change-Id: I1400ca0af2c357dff06e5f733ec62b13d6a96461
Reviewed-on: https://gerrit.libreoffice.org/30861
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/view/inc/GL3DRenderer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/inc/GL3DRenderer.hxx b/chart2/source/view/inc/GL3DRenderer.hxx index b0d45df09e54..ca99ec2ea2f2 100644 --- a/chart2/source/view/inc/GL3DRenderer.hxx +++ b/chart2/source/view/inc/GL3DRenderer.hxx @@ -50,8 +50,6 @@ struct MaterialParameters bool twoSidesLighting; float shininess; - float pad; - float pad1; }; struct LightSource |