From: Peter Penz Date: Wed, 12 Mar 2008 17:07:42 +0000 (+0000) Subject: remove unused signal X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/e83c309781084603f040f8d46e2f834babe2b087?ds=inline remove unused signal svn path=/trunk/KDE/kdebase/apps/; revision=784855 --- 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 @@ -130,12 +130,6 @@ public slots: void quit(); 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.