]> cloud.milkyroute.net Git - dolphin.git/commitdiff
SVN_SILENT: ah, forgot to remove temporary testing code...
authorPeter Penz <peter.penz19@gmail.com>
Wed, 6 Jan 2010 22:18:12 +0000 (22:18 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 6 Jan 2010 22:18:12 +0000 (22:18 +0000)
CCBUG: 210256

svn path=/trunk/KDE/kdebase/apps/; revision=1070848

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();
 }