1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Basic code review, remove unused code from serializers

This commit is contained in:
Ivan Savenko
2025-04-01 17:21:17 +03:00
parent d1d2cf4189
commit 586620a290
15 changed files with 19 additions and 91 deletions

View File

@@ -49,15 +49,6 @@ void CSaveFile::openNextFile(const boost::filesystem::path &fname)
}
}
void CSaveFile::reportState(vstd::CLoggerBase * out)
{
out->debug("CSaveFile");
if(sfile.get() && *sfile)
{
out->debug("\tOpened %s \tPosition: %d", fName, sfile->tellp());
}
}
void CSaveFile::clear()
{
fName.clear();