]> cloud.milkyroute.net Git - dolphin.git/commitdiff
remove unused signal
authorPeter Penz <peter.penz19@gmail.com>
Wed, 12 Mar 2008 17:07:42 +0000 (17:07 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Wed, 12 Mar 2008 17:07:42 +0000 (17:07 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=784855

src/dolphinmainwindow.cpp
src/dolphinmainwindow.h

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);
 }
 
index 39cd7431fae41e549b696d2b397e5837bf398535..6d75d54e0ad5e052b5671c5e18a4e76390f952aa 100644 (file)
@@ -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.