diff options
| author | Peter Penz <[email protected]> | 2007-06-06 20:32:03 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-06 20:32:03 +0000 |
| commit | 5de9950182b5a1b0b99e4cc51e48d4d83b6bef24 (patch) | |
| tree | 923bfc5da3d15bda30169519074c76f0d2bd75c6 /src/dolphincontroller.cpp | |
| parent | db7d239632009906b9a8cfb24cb799fee7fb0306 (diff) | |
start to simplify the DolphinController as preparation for the kparts DolphinViewWidget (as discussed with David)
svn path=/trunk/KDE/kdebase/apps/; revision=672357
Diffstat (limited to 'src/dolphincontroller.cpp')
| -rw-r--r-- | src/dolphincontroller.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphincontroller.cpp b/src/dolphincontroller.cpp index 4f8d8c96f..378c1b4ba 100644 --- a/src/dolphincontroller.cpp +++ b/src/dolphincontroller.cpp @@ -102,9 +102,4 @@ void DolphinController::emitViewportEntered() emit viewportEntered(); } -void DolphinController::indicateSelectionChange() -{ - emit selectionChanged(); -} - #include "dolphincontroller.moc" |
