summaryrefslogtreecommitdiff
path: root/muse2/muse/master/master.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/master/master.cpp')
-rw-r--r--muse2/muse/master/master.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/master/master.cpp b/muse2/muse/master/master.cpp
index 02bef8a1..239467ee 100644
--- a/muse2/muse/master/master.cpp
+++ b/muse2/muse/master/master.cpp
@@ -245,7 +245,7 @@ void Master::viewMouseMoveEvent(QMouseEvent* event)
{
QPoint pos = event->pos();
// QPoint dist = pos - start;
-// bool moving = dist.y() >= 3 || dist.y() <= 3 || dist.x() >= 3 || dist.x() <= 3;
+// bool moving = dist.y() >= 3 || dist.y() <= 3 || dist.x() >= 3 || dist.x() <= 3; DELETETHIS
switch (drag) {
case DRAG_NEW: