From 2b81a9ee7b7792ff7fbf82495cb068ace8a24d91 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Mon, 25 Mar 2013 11:42:14 +0100 Subject: [PATCH] removed comments --- src/domain/UBGraphicsScene.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/domain/UBGraphicsScene.cpp b/src/domain/UBGraphicsScene.cpp index a6a9b6fa..7f2ba11e 100644 --- a/src/domain/UBGraphicsScene.cpp +++ b/src/domain/UBGraphicsScene.cpp @@ -362,9 +362,6 @@ void UBGraphicsScene::updateGroupButtonState() bool UBGraphicsScene::inputDevicePress(const QPointF& scenePos, const qreal& pressure) { - //mMesure1Ms = 0; - //mMesure2Ms = 0; - bool accepted = false; if (mInputDeviceIsPressed) @@ -541,18 +538,6 @@ bool UBGraphicsScene::inputDeviceMove(const QPointF& scenePos, const qreal& pres bool UBGraphicsScene::inputDeviceRelease() { - /* - if (mMesure1Ms > 0 || mMesure2Ms > 0) - { - qWarning() << "---------------------------"; - qWarning() << "mMesure1Ms: " << mMesure1Ms; - qWarning() << "mMesure2Ms: " << mMesure2Ms; - - mMesure1Ms = 0; - mMesure2Ms = 0; - } - */ - bool accepted = false; if (mPointer)