┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-03-12 17:07:42 +0000
committerPeter Penz <[email protected]>2008-03-12 17:07:42 +0000
commite83c309781084603f040f8d46e2f834babe2b087 (patch)
treefee867dc252b1cc2c261ac33290c9e24de7d5cb8 /src/dolphinmainwindow.cpp
parent74541a5d48e59703db4d27ee253ab10188f8a36e (diff)
remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=784855
Diffstat (limited to 'src/dolphinmainwindow.cpp')
-rw-r--r--src/dolphinmainwindow.cpp2
1 files changed, 0 insertions, 2 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);
}