]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.cpp
differ between pasting one folder, pasting one file and pasting n items
[dolphin.git] / src / dolphinmainwindow.cpp
index 0bc6e569c2ad27b1ff38792aa55413857086dfee..69da1b94fad490f88b32488852ff20abb40cf9c4 100644 (file)
@@ -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);
 }