┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 1a8435eea..606c5202d 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -921,7 +921,6 @@ void DolphinView::slotSelectionChanged(const QItemSelection& selected, const QIt
// was selected before and now nothing is selected) the selectionChangedSignal must
// be emitted asynchronously as fast as possible to update the edit-actions.
m_selectionChangedTimer->setInterval(selectionStateChanged ? 0 : 300);
- const int foo = selectionStateChanged ? 0 : 300;
m_selectionChangedTimer->start();
}