Remove unused code into GUI

This commit is contained in:
andrea
2022-07-11 15:10:25 +02:00
committed by Uwe
parent 094ae93678
commit 3018985f80
47 changed files with 14 additions and 1592 deletions

View File

@@ -362,9 +362,6 @@ private:
void RecoveryWriter::writeFiles(void)
{
#if 0
FileWriter::writeFiles();
#else
// use a while loop because it is possible that while
// processing the files new ones can be added
size_t index = 0;
@@ -397,7 +394,6 @@ void RecoveryWriter::writeFiles(void)
index++;
}
#endif
}