diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 | ||||
| -rw-r--r-- | src/dolphinmainwindow.h | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 0bc6e569c..69da1b94f 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -481,7 +481,6 @@ void DolphinMainWindow::toggleSplitView() setActiveViewContainer(m_viewContainer[PrimaryView]); updateViewActions(); - emit activeViewChanged(); // TODO unused; remove? } void DolphinMainWindow::reloadView() @@ -707,7 +706,6 @@ void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContain const KUrl& url = m_activeViewContainer->url(); setCaption(url.fileName()); - emit activeViewChanged(); // TODO unused; remove? emit urlChanged(url); } diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 39cd7431f..6d75d54e0 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -131,12 +131,6 @@ public slots: signals: /** - * Is send if the active view has been changed in - * the split view mode. - */ - void activeViewChanged(); - - /** * Is sent if the selection of the currently active view has * been changed. */ |
