diff options
| author | Peter Penz <[email protected]> | 2007-10-06 18:02:29 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-10-06 18:02:29 +0000 |
| commit | 41e64a33e8d86791cdb794a7f98d9b17a4ee363b (patch) | |
| tree | 43151d06bfce7a3b4280f6c5aed5d82428a20d2d | |
| parent | 38c6eb08f21f79877a078d0ae60c2764998c9323 (diff) | |
remove unneeded code
svn path=/trunk/KDE/kdebase/apps/; revision=722140
| -rw-r--r-- | src/dolphinview.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index 53d8acae5..7311b3074 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -883,8 +883,6 @@ void DolphinView::applyCutItemEffect() const KFileItem item = *it; if (isCutItem(item)) { const QModelIndex index = m_dolphinModel->indexForItem(item); - // Huh? the item is already known - //const KFileItem item = m_dolphinModel->itemForIndex(index); const QVariant value = m_dolphinModel->data(index, Qt::DecorationRole); if (value.type() == QVariant::Icon) { const QIcon icon(qvariant_cast<QIcon>(value)); |
