debugger: remove unused code

This commit is contained in:
hjk
2010-06-25 14:38:44 +02:00
parent 2473cf30f3
commit 03be40ddcd
3 changed files with 0 additions and 32 deletions

View File

@@ -2614,7 +2614,6 @@ void DebuggerPlugin::createNewDock(QWidget *widget)
void DebuggerPlugin::runControlStarted(DebuggerRunControl *runControl)
{
qDebug() << "RUNCONTROL STARTED: " << runControl;
d->connectEngine(runControl->engine());
}
@@ -2622,7 +2621,6 @@ void DebuggerPlugin::runControlFinished(DebuggerRunControl *runControl)
{
Q_UNUSED(runControl);
d->disconnectEngine();
qDebug() << "RUNCONTROL FINISHED: " << runControl;
}
DebuggerEngine *DebuggerPlugin::sessionTemplate()