summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-14 14:19:20 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-14 14:19:20 +0100
commit3c9b1306384cc88d7afbfe3127ea40ba056a4822 (patch)
treec0a5a820c08c64807493967eeca0669f2901e561 /include
parentd18421575c7f1eb97d08cde6184c082e5ab828c3 (diff)
ToolBox::mbCommandDrag is always false now
...after 5ac443e180c54dee69a65a1569c99afe151f2f97 "ToolBox::mbCustomizeMode is always false" Change-Id: I39bd9d07dfd8dee8e935aa612db35e11022f4ed3
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 3c4066e7cb66..17c31cbda733 100644
--- a/include/vcl/toolbox.hxx
+++ b/include/vcl/toolbox.hxx
@@ -137,7 +137,6 @@ private:
sal_uInt16 mnMouseModifier;
bool mbDrag:1,
mbSelection:1,
- mbCommandDrag:1,
mbUpper:1,
mbLower:1,
mbIn:1,