From 8e3e3dd547e9a517c767bb04a270a0e8067233f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l=20Hagen?= Date: Tue, 20 Oct 2015 15:27:27 +0200 Subject: [PATCH] Removed out-commented code --- ApplicationCode/UserInterface/RiuDragDrop.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ApplicationCode/UserInterface/RiuDragDrop.cpp b/ApplicationCode/UserInterface/RiuDragDrop.cpp index 9e12d54fa6..1aba5ae2fc 100644 --- a/ApplicationCode/UserInterface/RiuDragDrop.cpp +++ b/ApplicationCode/UserInterface/RiuDragDrop.cpp @@ -115,7 +115,6 @@ Qt::ItemFlags RiuDragDrop::flags(const QModelIndex &index) const dynamic_cast(uiItem)) { return Qt::ItemIsDropEnabled; - //cvf::Trace::show(""); } else if (dynamic_cast(uiItem) || dynamic_cast(uiItem))