From fbd4466d935b57d70ae73dffea1ab5afec8cf70d Mon Sep 17 00:00:00 2001 From: Jon Severinsson Date: Fri, 26 Oct 2012 08:37:53 +0200 Subject: [PATCH] Remove setting removed variable "moved" in plasma/widgets/scrollwidget.cpp This unused-but-set variable declaration was removed in ba583b5d4da9e3. --- widgets/scrollwidget.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/widgets/scrollwidget.cpp b/widgets/scrollwidget.cpp index 0da7000c9..d03afe2f4 100644 --- a/widgets/scrollwidget.cpp +++ b/widgets/scrollwidget.cpp @@ -692,7 +692,6 @@ public: } if (!rejectY && stealEvent) { setWidgetY(qRound(newY)); - moved = true; } if (qAbs(dy) > QApplication::startDragDistance()) stealEvent = true; @@ -719,7 +718,6 @@ public: } if (!rejectX && stealEvent) { setWidgetX(qRound(newX)); - moved = true; } if (qAbs(dx) > QApplication::startDragDistance())