diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 13:16:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-17 13:10:42 +0000 |
commit | bb674aa5503ff40a5619d1fb4c9f310da5f5c983 (patch) | |
tree | e9b6d62f258cded0a5f207609a61157c8d0ef4c2 /include/vcl | |
parent | b79cf88a048e5d8c784c97d99155104aef3d5dca (diff) |
loplugin:unusedfields
Change-Id: Id2dbbf384637223db3d334d95332251832918003
Reviewed-on: https://gerrit.libreoffice.org/30927
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/accel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/accel.hxx b/include/vcl/accel.hxx index ad5ad56b6ff0..ce846c0c98cf 100644 --- a/include/vcl/accel.hxx +++ b/include/vcl/accel.hxx @@ -36,7 +36,6 @@ class VCL_DLLPUBLIC Accelerator : public Resource private: ImplAccelData* mpData; - OUString maHelpStr; Link<Accelerator&,void> maActivateHdl; Link<Accelerator&,void> maSelectHdl; |