From 3d162dcc58448e324b1221cf39adea2950749320 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 16 Jul 2013 16:19:03 +0200 Subject: [PATCH] removed unused code --- src/domain/UBGraphicsScene.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/domain/UBGraphicsScene.cpp b/src/domain/UBGraphicsScene.cpp index 5491d1b3..e72d2b64 100644 --- a/src/domain/UBGraphicsScene.cpp +++ b/src/domain/UBGraphicsScene.cpp @@ -319,8 +319,6 @@ UBGraphicsScene::UBGraphicsScene(UBDocumentProxy* parent, bool enableUndoRedoSta mShouldUseOMP = QSysInfo::MacintoshVersion >= QSysInfo::MV_10_5; #endif -// setItemIndexMethod(QGraphicsScene::BspTreeIndex); - setUuid(QUuid::createUuid()); setDocument(parent); createEraiser(); @@ -1070,9 +1068,6 @@ void UBGraphicsScene::notifyZChanged(QGraphicsItem *item, qreal zValue) void UBGraphicsScene::updateSelectionFrame() { qDebug() << "selected item count" << selectedItems().count(); -// if (!mMultipleSelectionProcess) { -// return; -// } if (!mSelectionFrame) { mSelectionFrame = new UBSelectionFrame();