summaryrefslogtreecommitdiff
path: root/include/vcl/accel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-27 09:20:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-27 09:52:09 +0100
commitb83b4f967f8cbee208e44600821aa1a5518e34ac (patch)
tree4fcaec5dd2b13c8b95c0ea5231b5f17f0f3954c8 /include/vcl/accel.hxx
parent34585f09cf2b14eb3ef9c238e9b4050efb7028d9 (diff)
loplugin:unusedfields
Change-Id: I0d3941ed2a6f0caadbe080ac8a6273c5ec21462c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89616 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/accel.hxx')
-rw-r--r--include/vcl/accel.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/accel.hxx b/include/vcl/accel.hxx
index 4ea6714e8083..0d7ec95ad072 100644
--- a/include/vcl/accel.hxx
+++ b/include/vcl/accel.hxx
@@ -39,7 +39,6 @@ private:
Link<Accelerator&,void> maSelectHdl;
// Will be set by AcceleratorManager
- vcl::KeyCode maCurKeyCode;
sal_uInt16 mnCurId;
bool* mpDel;