From 8914595d4623390e4bac9ebbdf0d5ae9ab69aa8a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Jun 2017 13:57:36 +0200 Subject: loplugin:unusedfields in vcl part1 Change-Id: I67d176003f39992cd0ff9271a7d6ce26d2cb6619 Reviewed-on: https://gerrit.libreoffice.org/38828 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/vcl/accel.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vcl/accel.hxx') diff --git a/include/vcl/accel.hxx b/include/vcl/accel.hxx index 573fa8920afc..27b3363f838e 100644 --- a/include/vcl/accel.hxx +++ b/include/vcl/accel.hxx @@ -40,7 +40,6 @@ private: // Will be set by AcceleratorManager vcl::KeyCode maCurKeyCode; sal_uInt16 mnCurId; - sal_uInt16 mnCurRepeat; bool* mpDel; SAL_DLLPRIVATE void ImplInit(); -- cgit