]> git.sesse.net Git - kdenlive/commitdiff
remove duplicate line
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Jun 2008 20:36:24 +0000 (20:36 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Jun 2008 20:36:24 +0000 (20:36 +0000)
svn path=/branches/KDE4/; revision=2249

src/mainwindow.cpp

index 37a19f73700568b821979e3ba84a2ed757ba6ea0..5bfa08b0159f49a4fc126fccde53713b35d92107 100644 (file)
@@ -347,7 +347,6 @@ void MainWindow::slotSetClipDuration(int id, int duration) {
 void MainWindow::slotConnectMonitors() {
 
     m_projectList->setRenderer(m_clipMonitor->render);
-    connect(m_projectList, SIGNAL(clipSelected(const QDomElement &)), m_clipMonitor, SLOT(slotSetXml(const QDomElement &)));
     connect(m_projectList, SIGNAL(receivedClipDuration(int, int)), this, SLOT(slotSetClipDuration(int, int)));
     connect(m_projectList, SIGNAL(showClipProperties(DocClipBase *)), this, SLOT(slotShowClipProperties(DocClipBase *)));
     connect(m_projectList, SIGNAL(getFileProperties(const QDomElement &, int)), m_clipMonitor->render, SLOT(getFileProperties(const QDomElement &, int)));