Skip to content

Commit 8c99f0e

Browse files
authored
gui/mainwindows.cpp: removed redundant ResultsView::clear() call (danmar#8315)
already done in `clearResults()` above
1 parent e473adb commit 8c99f0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/mainwindow.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ void MainWindow::doAnalyzeProject(ImportProject p, const bool checkLibrary, cons
597597
enableProjectActions(false);
598598
}
599599

600-
mUI->mResults->clear(true);
601600
mUI->mResults->setResultsSource(ResultsTree::ResultsSource::Analysis);
602601
mThread->clearFiles();
603602

0 commit comments

Comments
 (0)