From 6e903a68033d39fc31d16237da45b8382d15237a Mon Sep 17 00:00:00 2001 From: firewave Date: Tue, 10 Mar 2026 00:27:29 +0100 Subject: [PATCH] gui/mainwindows.cpp: removed redundant `ResultsView::clear()` call already done in `clearResults()` above --- gui/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index f4e1dc2af9b..63917bdc912 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -597,7 +597,6 @@ void MainWindow::doAnalyzeProject(ImportProject p, const bool checkLibrary, cons enableProjectActions(false); } - mUI->mResults->clear(true); mUI->mResults->setResultsSource(ResultsTree::ResultsSource::Analysis); mThread->clearFiles();