summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-14 12:20:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-14 12:20:07 +0100
commit5ac443e180c54dee69a65a1569c99afe151f2f97 (patch)
tree8e09f71fde6642e05cb51ed5461cae10fe3a5c6c /include
parentb36c2961b279c8e8b96b1c6d9682e59eeac3854a (diff)
ToolBox::mbCustomizeMode is always false
...after b2262e8be35d51cc18afeb60486f19576a81adc0 "callcatcher: remove some unused methods" (and other clean-up of unused functionality that came before) identified ToolBox::ImplStartCusomizeMode as unused. Change-Id: Ic2c6720ca5519842796c7e993064aed637503aa2
Diffstat (limited to 'include')
-rw-r--r--include/vcl/toolbox.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/toolbox.hxx b/include/vcl/toolbox.hxx
index 93a8a47f74db..3c4066e7cb66 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -148,7 +148,6 @@ private:
mbScroll:1,
mbLastFloatMode:1,
mbCustomize:1,
- mbCustomizeMode:1,
mbDragging:1,
mbIsShift:1,
mbIsKeyEvent:1,