From fecd1f95c73062bc33efa9bdcd44e5e7674701f4 Mon Sep 17 00:00:00 2001 From: Aleksei Kanash Date: Tue, 14 Aug 2012 15:57:19 +0300 Subject: [PATCH] Useless comment removed. --- src/domain/UBGraphicsItemDelegate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/domain/UBGraphicsItemDelegate.cpp b/src/domain/UBGraphicsItemDelegate.cpp index 416d9fbe..fe9abe65 100644 --- a/src/domain/UBGraphicsItemDelegate.cpp +++ b/src/domain/UBGraphicsItemDelegate.cpp @@ -418,7 +418,6 @@ bool UBGraphicsItemDelegate::isLocked() void UBGraphicsItemDelegate::duplicate() { - // TODO UB 4.x .. rewrite .. .this is absurde ... we know what we are duplicating UBApplication::boardController->duplicateItem(dynamic_cast(delegated())); }