Remove AppOutputPane::runControls()

The function is unused

Change-Id: If12869fd51014a06d3feeb5f147e070f5f1ce463
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Daniel Teske
2014-06-12 16:37:21 +02:00
parent 9ba8040254
commit cf3d47ccd8
4 changed files with 0 additions and 17 deletions

View File

@@ -630,13 +630,5 @@ bool AppOutputPane::canNavigate() const
return false;
}
QList<RunControl *> AppOutputPane::runControls() const
{
QList<RunControl *> result;
foreach (const RunControlTab& tab, m_runControlTabs)
result << tab.runControl;
return result;
}
#include "appoutputpane.moc"