diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 08:42:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 13:57:29 +0200 |
commit | 1522d4b36aa4a8c6f61788b897c24ddfb065185b (patch) | |
tree | a73772f50a4620c6fdb02a65f16794ba88592cc0 /include/vcl/dockwin.hxx | |
parent | a0d112a53023758a28d180ffd12766b4d325bf52 (diff) |
loplugin:unusedfields in include/vcl
and fixed bug in sepia filter, where it was using the
wrong member of the union to get the percentage
Change-Id: I56b76496a3ac711adec12dd8c08b28d69644d66f
Diffstat (limited to 'include/vcl/dockwin.hxx')
-rw-r--r-- | include/vcl/dockwin.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index cf44a66b1a36..aab80136501e 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -107,10 +107,8 @@ private: mbFloatPrevented:1, mbDockable:1, mbDocking:1, - mbDragFull:1, mbLastFloatMode:1, mbStartFloat:1, - mbTrackDock:1, mbPinned:1, mbRollUp:1, mbDockBtn:1, |