diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-14 14:19:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-14 14:19:20 +0100 |
commit | 3c9b1306384cc88d7afbfe3127ea40ba056a4822 (patch) | |
tree | c0a5a820c08c64807493967eeca0669f2901e561 /include/vcl | |
parent | d18421575c7f1eb97d08cde6184c082e5ab828c3 (diff) |
ToolBox::mbCommandDrag is always false now
...after 5ac443e180c54dee69a65a1569c99afe151f2f97 "ToolBox::mbCustomizeMode is
always false"
Change-Id: I39bd9d07dfd8dee8e935aa612db35e11022f4ed3
Diffstat (limited to 'include/vcl')
-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 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, |