remove unused signal

svn path=/trunk/KDE/kdebase/apps/; revision=784855
This commit is contained in:
Peter Penz 2008-03-12 17:07:42 +00:00
parent 74541a5d48
commit e83c309781
2 changed files with 0 additions and 8 deletions

View file

@ -481,7 +481,6 @@ void DolphinMainWindow::toggleSplitView()
setActiveViewContainer(m_viewContainer[PrimaryView]); setActiveViewContainer(m_viewContainer[PrimaryView]);
updateViewActions(); updateViewActions();
emit activeViewChanged(); // TODO unused; remove?
} }
void DolphinMainWindow::reloadView() void DolphinMainWindow::reloadView()
@ -707,7 +706,6 @@ void DolphinMainWindow::setActiveViewContainer(DolphinViewContainer* viewContain
const KUrl& url = m_activeViewContainer->url(); const KUrl& url = m_activeViewContainer->url();
setCaption(url.fileName()); setCaption(url.fileName());
emit activeViewChanged(); // TODO unused; remove?
emit urlChanged(url); emit urlChanged(url);
} }

View file

@ -130,12 +130,6 @@ public slots:
void quit(); void quit();
signals: 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 * Is sent if the selection of the currently active view has
* been changed. * been changed.