[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Thu Sep 3 02:56:47 PDT 2015


 vcl/source/window/winproc.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 511235147dc19b9bd6adeb42789439214cf491e3
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Sep 3 11:55:20 2015 +0200

    clang-tidy clang-analyzer-deadcode.DeadStores
    
    ...at least since the commented-out code using it got removed with
    99f58dc2a6d9d2976948b2fe01b1ed1ae63d685e "vcl: remove dead code and useless task
    comments from winproc.cxx"
    
    Change-Id: Idddd3af6d667370cb937aa065382c1913ab8e911

diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index c25af35..035cee4 100644
--- a/vcl/source/window/winproc.cxx
+++ b/vcl/source/window/winproc.cxx
@@ -100,7 +100,6 @@ static bool ImplHandleMouseFloatMode( vcl::Window* pChild, const Point& rMousePo
                     if ( !pFloat )
                     {
                         pLastLevelFloat = pSVData->maWinData.mpFirstFloat->ImplFindLastLevelFloat();
-                        nPopupFlags = pLastLevelFloat->GetPopupModeFlags();
                         pLastLevelFloat->EndPopupMode( FloatWinPopupEndFlags::Cancel | FloatWinPopupEndFlags::CloseAll );
                         return true;
                     }


More information about the Libreoffice-commits mailing list