diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-15 15:28:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-17 15:07:35 +0200 |
commit | 561a02ec72cf963d7cd59cfb9a183c1032f0861b (patch) | |
tree | a25f9bc0d2ef9af339be1e33f138d4e6f9691fca /vcl/source/window/brdwin.cxx | |
parent | f9d5da8b491e30a08fa6996164e12e4d8715af46 (diff) |
loplugin:unusedfields in vcl part3
Change-Id: I5a6319ba1667af6e9b7b92c22f858188c28c4c61
Reviewed-on: https://gerrit.libreoffice.org/38835
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window/brdwin.cxx')
-rw-r--r-- | vcl/source/window/brdwin.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx index 5a7bd774d4ca..4c22740b0b72 100644 --- a/vcl/source/window/brdwin.cxx +++ b/vcl/source/window/brdwin.cxx @@ -1294,7 +1294,6 @@ void ImplStdBorderWindowView::Init( OutputDevice* pDev, long nWidth, long nHeigh pData->mnHeight = nHeight; pData->mnTitleType = pBorderWindow->mnTitleType; - pData->mbFloatWindow = pBorderWindow->mbFloatWindow; if ( !(pBorderWindow->GetStyle() & (WB_MOVEABLE | WB_POPUP)) || (pData->mnTitleType == BorderWindowTitleType::NONE) ) pData->mnBorderSize = 0; @@ -1628,7 +1627,6 @@ void ImplBorderWindow::ImplInit( vcl::Window* pParent, mnMinHeight = 0; mnMaxWidth = SHRT_MAX; mnMaxHeight = SHRT_MAX; - mnRollHeight = 0; mnOrgMenuHeight = 0; mbRollUp = false; mbMenuHide = false; @@ -1951,7 +1949,6 @@ void ImplBorderWindow::SetBorderStyle( WindowBorderStyle nStyle ) void ImplBorderWindow::SetRollUp( bool bRollUp, const Size& rSize ) { mbRollUp = bRollUp; - mnRollHeight = rSize.Height(); UpdateView( false, rSize ); } |