From 4ccddb5b3bb1a176107f1e7c96bf8a44f991f619 Mon Sep 17 00:00:00 2001 From: arsamus Date: Thu, 2 Jun 2022 14:54:32 -0300 Subject: [PATCH] Update minidexed.cpp --- src/minidexed.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index c622247..2b1b24b 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -1283,8 +1283,7 @@ bool CMiniDexed::SavePerformanceNewFile () bool CMiniDexed::DoSavePerformanceNewFile (void) { - std::string nPerformanceName=""; // for future enhacements: capability to write performance name - Not implemented, delete and modify CreateNewPerformanceFile(Name) to CreateNewPerformanceFile(void) - if (m_PerformanceConfig.CreateNewPerformanceFile(nPerformanceName)) + if (m_PerformanceConfig.CreateNewPerformanceFile()) { if(SavePerformance()) {