diff --git a/src/plugins/projectexplorer/session.cpp b/src/plugins/projectexplorer/session.cpp index dbd24446922..e615405d0e2 100644 --- a/src/plugins/projectexplorer/session.cpp +++ b/src/plugins/projectexplorer/session.cpp @@ -370,8 +370,6 @@ SessionManager::SessionManager(QObject *parent) this, SLOT(updateWindowTitle())); connect(em, SIGNAL(currentEditorChanged(Core::IEditor*)), this, SLOT(handleCurrentEditorChange(Core::IEditor*))); - connect(em, SIGNAL(currentEditorChanged(Core::IEditor*)), - this, SLOT(handleCurrentEditorChange(Core::IEditor*))); connect(em, SIGNAL(editorOpened(Core::IEditor*)), this, SLOT(markSessionFileDirty())); connect(em, SIGNAL(editorsClosed(QList)),