]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
removed unused member variable (the dependency to DolphinMainWindow has been removed...
[dolphin.git] / src / dolphinview.cpp
index 1a8435eea1638ae060409c53d1eebc93bc22809b..606c5202d4e93a8f7f8c2e1c9b47930c28aa4473 100644 (file)
@@ -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();
 }