diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-12 11:19:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-12 11:19:38 +0100 |
commit | 6bf42c1cf0a4597fd2ef8034d6a5a4c5e1dd2ce8 (patch) | |
tree | 70acf5d3852e4fe8417bda1bfd3a88c5f6628074 /include | |
parent | ddf82cd0ed2b19752a946dc482249adb7cbb8f64 (diff) |
ToolBox::mnFocusPos is unused
...ever since b8f7708176f56d6093405faf6f112004db359be9 "#96972# improved key and
focus handling"
Change-Id: I236143997f6e90eaa8cc28e10c17ff5a647da48c
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/toolbox.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |