Remove outdated comment

UpdateToolbars is no longer slow
This commit is contained in:
Guillaume Munch 2016-12-31 15:01:12 +01:00
parent ed0e4064d2
commit 550567d8f2

View File

@ -450,10 +450,8 @@ void TocWidget::updateViewNow()
void TocWidget::finishUpdateView()
{
// Profiling shows that this is the expensive stuff in the context of typing
// text and moving with arrows (still five times less than updateToolbars in
// my tests with a medium-sized document, however this grows linearly in the
// size of the document). For bigger operations, this is negligible, and
// outweighted by TocModels::reset() anyway.
// text and moving with arrows. For bigger operations, this is negligible,
// and outweighted by TocModels::reset() anyway.
if (canNavigate()) {
if (!persistent_)
setTreeDepth(depth_);