aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/projectexplorer/buildsystem.cpp1
-rw-r--r--src/plugins/projectexplorer/buildsystem.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/buildsystem.cpp b/src/plugins/projectexplorer/buildsystem.cpp
index 583e532cc4..405de77e17 100644
--- a/src/plugins/projectexplorer/buildsystem.cpp
+++ b/src/plugins/projectexplorer/buildsystem.cpp
@@ -323,7 +323,6 @@ void BuildSystem::setDeploymentData(const DeploymentData &deploymentData)
{
if (d->m_deploymentData != deploymentData) {
d->m_deploymentData = deploymentData;
- emit deploymentDataChanged();
emit target()->deploymentDataChanged();
}
}
diff --git a/src/plugins/projectexplorer/buildsystem.h b/src/plugins/projectexplorer/buildsystem.h
index 55de9b30ac..276427a7f9 100644
--- a/src/plugins/projectexplorer/buildsystem.h
+++ b/src/plugins/projectexplorer/buildsystem.h
@@ -152,7 +152,6 @@ public:
signals:
void parsingStarted();
void parsingFinished(bool success);
- void deploymentDataChanged();
void testInformationUpdated();
void debuggingStarted();