forked from qt-creator/qt-creator
Debugger: Remove some dead code
Change-Id: I715744621e5e74fcd6cd0e2b9fba0c5881cd8da8 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user