QmlProfiler: Remove now-unused members from statistics

Change-Id: Ibf56f405dc51a82d0f56ab300905b1137375d5c0
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Ulf Hermann
2018-03-23 14:20:46 +01:00
parent 4aa432bb9a
commit b135306d9f
6 changed files with 19 additions and 136 deletions

View File

@@ -104,8 +104,6 @@ QmlProfilerViewManager::QmlProfilerViewManager(QObject *parent,
void QmlProfilerViewManager::clear()
{
m_traceView->clear();
m_flameGraphView->clear();
m_statisticsView->clear();
}
} // namespace Internal