From e83c309781084603f040f8d46e2f834babe2b087 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 12 Mar 2008 17:07:42 +0000 Subject: [PATCH] remove unused signal svn path=/trunk/KDE/kdebase/apps/; revision=784855 --- src/dolphinmainwindow.cpp | 2 -- src/dolphinmainwindow.h | 6 ------ 2 files changed, 8 deletions(-) diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 0bc6e569c2..69da1b94fa 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 39cd7431fa..6d75d54e0a 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.