summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-12 11:19:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-12 11:19:38 +0100
commit6bf42c1cf0a4597fd2ef8034d6a5a4c5e1dd2ce8 (patch)
tree70acf5d3852e4fe8417bda1bfd3a88c5f6628074 /vcl
parentddf82cd0ed2b19752a946dc482249adb7cbb8f64 (diff)
ToolBox::mnFocusPos is unused
...ever since b8f7708176f56d6093405faf6f112004db359be9 "#96972# improved key and focus handling" Change-Id: I236143997f6e90eaa8cc28e10c17ff5a647da48c
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/toolbox.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx
index af83d6628f6c..f3989699f108 100644
--- a/vcl/source/window/toolbox.cxx
+++ b/vcl/source/window/toolbox.cxx
@@ -1361,7 +1361,6 @@ void ToolBox::ImplInitToolBoxData()
mnCurItemId = 0;
mnDownItemId = 0;
mnCurPos = TOOLBOX_ITEM_NOTFOUND;
- mnFocusPos = TOOLBOX_ITEM_NOTFOUND; // current position during keyboard access
mnLines = 1;
mnCurLine = 1;
mnCurLines = 1;