diff options
| author | Peter Penz <[email protected]> | 2008-03-12 17:07:42 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-03-12 17:07:42 +0000 |
| commit | e83c309781084603f040f8d46e2f834babe2b087 (patch) | |
| tree | fee867dc252b1cc2c261ac33290c9e24de7d5cb8 /src | |
| parent | 74541a5d48e59703db4d27ee253ab10188f8a36e (diff) | |
remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=784855
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. */ |
