summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-03 11:55:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-03 11:55:20 +0200
commit511235147dc19b9bd6adeb42789439214cf491e3 (patch)
tree066189aa0f9d960bdc726df86e2765f1a652cd67 /vcl
parent42e379a542bb756df1d2a61876db61f2f5c229ec (diff)
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
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/winproc.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx
index c25af35f8722..035cee47d12e 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;
}