summaryrefslogtreecommitdiff
path: root/include/vcl/accel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-02-20 16:52:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-02-21 07:16:46 +0100
commit4a08d20ee58a6ade7dce58e45432cde73d9eb7b8 (patch)
treec5d3d0901d9eae7157732445c7565f9b89ae63fb /include/vcl/accel.hxx
parent285d275816e58798a0a830f356cc76ef5ef506e1 (diff)
loplugin:unusedmethods
Change-Id: I2194158d555958f0192d8d6c18e4c093608b8fb8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89119 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 397d0adbfdbe..4ea6714e8083 100644
--- a/include/vcl/accel.hxx
+++ b/include/vcl/accel.hxx
@@ -66,7 +66,6 @@ public:
void InsertItem( sal_uInt16 nItemId, const vcl::KeyCode& rKeyCode );
sal_uInt16 GetCurItemId() const { return mnCurId; }
- const vcl::KeyCode& GetCurKeyCode() const { return maCurKeyCode; }
sal_uInt16 GetItemCount() const;
sal_uInt16 GetItemId( sal_uInt16 nPos ) const;