debugger: remove unused DebuggerRunner::init()

This commit is contained in:
hjk
2010-07-20 16:40:09 +02:00
parent 80f52cce28
commit 063ae8ad97
2 changed files with 0 additions and 6 deletions

View File

@@ -392,10 +392,6 @@ void DebuggerRunControl::setCustomEnvironment(ProjectExplorer::Environment env)
m_engine->startParameters().environment = env.toStringList();
}
void DebuggerRunControl::init()
{
}
bool DebuggerRunControl::checkDebugConfiguration(int toolChain,
QString *errorMessage,
QString *settingsCategory /* = 0 */,