Removed no longer used stuff

This commit is contained in:
emeric
2025-12-13 22:37:54 +01:00
parent b429a94acd
commit 93478ac60e
8 changed files with 0 additions and 20 deletions
@@ -54,7 +54,6 @@ namespace lms::scanner
CheckForRemovedFiles,
ComputeClusterStats,
Compact,
FetchTrackFeatures,
Optimize,
ReconciliateArtists,
ReloadSimilarityEngine,
-7
View File
@@ -212,13 +212,6 @@ namespace lms::ui
.arg(stepStats.progress()));
break;
case ScanStep::FetchTrackFeatures:
_stepStatus->setText(Wt::WString::tr("Lms.Admin.ScannerController.step-fetching-track-features")
.arg(stepStats.processedElems)
.arg(stepStats.totalElems)
.arg(stepStats.progress()));
break;
case ScanStep::Optimize:
_stepStatus->setText(Wt::WString::tr("Lms.Admin.ScannerController.step-optimize")
.arg(stepStats.progress()));