From 1911d955522e9abd62f592479bba3ea7ff6c5722 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Wed, 11 Sep 2013 18:21:22 +0200 Subject: [PATCH] ProjectExplorer: Remove dead code Change-Id: If0abf2bcec9904afa818315d79566e814a9bf9de Reviewed-by: Daniel Teske --- src/plugins/projectexplorer/customtoolchain.cpp | 1 - .../customwizard/customwizardparameters.cpp | 1 - src/plugins/projectexplorer/runconfiguration.cpp | 10 ---------- 3 files changed, 12 deletions(-) diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp index 29a0f5d815e..98b881d74a0 100644 --- a/src/plugins/projectexplorer/customtoolchain.cpp +++ b/src/plugins/projectexplorer/customtoolchain.cpp @@ -61,7 +61,6 @@ namespace ProjectExplorer { static const char compilerCommandKeyC[] = "ProjectExplorer.CustomToolChain.CompilerPath"; static const char makeCommandKeyC[] = "ProjectExplorer.CustomToolChain.MakePath"; static const char targetAbiKeyC[] = "ProjectExplorer.CustomToolChain.TargetAbi"; -static const char supportedAbisKeyC[] = "ProjectExplorer.CustomToolChain.SupportedAbis"; static const char predefinedMacrosKeyC[] = "ProjectExplorer.CustomToolChain.PredefinedMacros"; static const char headerPathsKeyC[] = "ProjectExplorer.CustomToolChain.HeaderPaths"; static const char cxx11FlagsKeyC[] = "ProjectExplorer.CustomToolChain.Cxx11Flags"; diff --git a/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp b/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp index d14573a5d1a..9c0c50cb429 100644 --- a/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp +++ b/src/plugins/projectexplorer/customwizard/customwizardparameters.cpp @@ -88,7 +88,6 @@ static const char fieldMandatoryAttributeC[] = "mandatory"; static const char fieldControlElementC[] = "fieldcontrol"; static const char filesElementC[] = "files"; -static const char filesGeneratorScriptAttributeC[] = "generatorscript"; static const char fileElementC[] = "file"; static const char fileSourceAttributeC[] = "source"; static const char fileTargetAttributeC[] = "target"; diff --git a/src/plugins/projectexplorer/runconfiguration.cpp b/src/plugins/projectexplorer/runconfiguration.cpp index c30c45ce798..6bc0227173f 100644 --- a/src/plugins/projectexplorer/runconfiguration.cpp +++ b/src/plugins/projectexplorer/runconfiguration.cpp @@ -52,16 +52,6 @@ using namespace ProjectExplorer; -namespace { - -const char USE_CPP_DEBUGGER_KEY[] = "RunConfiguration.UseCppDebugger"; -const char USE_QML_DEBUGGER_KEY[] = "RunConfiguration.UseQmlDebugger"; -const char USE_QML_DEBUGGER_AUTO_KEY[] = "RunConfiguration.UseQmlDebuggerAuto"; -const char QML_DEBUG_SERVER_PORT_KEY[] = "RunConfiguration.QmlDebugServerPort"; -const char USE_MULTIPROCESS_KEY[] = "RunConfiguration.UseMultiProcess"; - -} // namespace - /*! \class ProjectExplorer::ProcessHandle \brief The ProcessHandle class is a helper class to describe a process.