Debugger: Remove some dead code

Change-Id: I715744621e5e74fcd6cd0e2b9fba0c5881cd8da8
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-11-08 12:42:19 +01:00
parent 0253359e2e
commit 47575dc5d1
3 changed files with 0 additions and 17 deletions

View File

@@ -2007,20 +2007,6 @@ void WatchHandler::removeTooltip()
m_model->destroyChildren(m_model->m_tooltipRoot);
}
void WatchHandler::rebuildModel()
{
// m_model->destroyChildren(m_model->m_watchRoot);
// foreach (const QString &exp, watchedExpressions()) {
// WatchData data;
// data.exp = exp.toLatin1();
// data.name = exp;
// data.iname = watcherName(data.exp);
// data.setAllUnneeded();
// insertIncompleteData(data);
// }
}
void WatchHandler::setTypeFormats(const TypeFormats &typeFormats)
{
m_model->m_reportedTypeFormats = typeFormats;