CMake: Remove no more used CMakeRunConfiguration::setRunMode function

Change-Id: I1e618408ba87fa1fbcd3c78498adb83d149d935a
Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
hjk
2015-05-13 12:06:50 +02:00
parent b03c3ef86d
commit b02b0c8d6d
2 changed files with 0 additions and 6 deletions

View File

@@ -111,11 +111,6 @@ ApplicationLauncher::Mode CMakeRunConfiguration::runMode() const
return extraAspect<TerminalAspect>()->runMode();
}
void CMakeRunConfiguration::setRunMode(ApplicationLauncher::Mode runMode)
{
extraAspect<TerminalAspect>()->setRunMode(runMode);
}
QString CMakeRunConfiguration::workingDirectory() const
{
EnvironmentAspect *aspect = extraAspect<EnvironmentAspect>();