From 6bf42c1cf0a4597fd2ef8034d6a5a4c5e1dd2ce8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 12 Mar 2017 11:19:38 +0100 Subject: ToolBox::mnFocusPos is unused ...ever since b8f7708176f56d6093405faf6f112004db359be9 "#96972# improved key and focus handling" Change-Id: I236143997f6e90eaa8cc28e10c17ff5a647da48c --- include/vcl/toolbox.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx index 52c3bc552624..d9583e822bcf 100644 --- a/include/vcl/toolbox.hxx +++ b/include/vcl/toolbox.hxx @@ -114,7 +114,6 @@ private: long mnActivateCount; long mnImagesRotationAngle; sal_uInt16 mnLastFocusItemId; - sal_uInt16 mnFocusPos; sal_uInt16 mnOutStyle; sal_uInt16 mnHighItemId; sal_uInt16 mnCurItemId; -- cgit