From 4fdc3bad9c1b2f168466a296f412d904e3315dc9 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 6 Jan 2010 16:56:01 +0000 Subject: Fixed issue that Ctrl+A sometimes did not result in an update of the Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago. svn path=/trunk/KDE/kdebase/apps/; revision=1070740 --- src/dolphincontroller.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/dolphincontroller.cpp') diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 89d6509ca..408abd501 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -255,11 +255,6 @@ void DolphinController::emitViewportEntered() emit viewportEntered(); } -void DolphinController::emitSelectionChanged() -{ - emit selectionChanged(); -} - void DolphinController::updateMouseButtonState() { m_mouseButtons = QApplication::mouseButtons(); -- cgit v1.3