Update performanceconfig.cpp

pull/267/head
arsamus 3 years ago committed by GitHub
parent 4ccddb5b3b
commit 959464c87d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      src/performanceconfig.cpp

@ -579,29 +579,15 @@ void CPerformanceConfig::SetActualPerformanceID(unsigned nID)
nActualPerformance = nID; nActualPerformance = nID;
} }
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% have to be deleted
unsigned CPerformanceConfig::GetMenuSelectedPerformanceID()
{
return nMenuSelectedPerformance;
}
void CPerformanceConfig::SetMenuSelectedPerformanceID(unsigned nID)
{
nMenuSelectedPerformance = nID;
}
*/
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% have to be deleted
bool CPerformanceConfig::GetInternalFolderOk() bool CPerformanceConfig::GetInternalFolderOk()
{ {
return nInternalFolderOk; return nInternalFolderOk;
} }
bool CPerformanceConfig::CreateNewPerformanceFile(std::string sPerformanceName) bool CPerformanceConfig::CreateNewPerformanceFile(void)
{ {
// sPerformanceName for future improvements when user can enter a name via UI std::string sPerformanceName = NewPerformanceName;
sPerformanceName = NewPerformanceName; //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% NewPerformanceName="";
NewPerformanceName=""; //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
nActualPerformance=nLastPerformance; nActualPerformance=nLastPerformance;
std::string nFileName; std::string nFileName;
std::string nPath; std::string nPath;
@ -722,7 +708,6 @@ void CPerformanceConfig::SetNewPerformance (unsigned nID)
new (&m_Properties) CPropertiesFatFsFile(FileN.c_str(), m_pFileSystem); new (&m_Properties) CPropertiesFatFsFile(FileN.c_str(), m_pFileSystem);
} }
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%55
std::string CPerformanceConfig::GetNewPerformanceDefaultName(void) std::string CPerformanceConfig::GetNewPerformanceDefaultName(void)
{ {

Loading…
Cancel
Save