Cleanup: Remove now unneeded ChunkHandler members

This commit is contained in:
glx22
2021-06-10 03:21:07 +02:00
committed by Loïc Guilloux
parent 2c941cd8b3
commit 6e627f35ac
19 changed files with 42 additions and 148 deletions

View File

@@ -96,10 +96,7 @@ static const SaveLoad _date_check_desc[] = {
/* Save load date related variables as well as persistent tick counters
* XXX: currently some unrelated stuff is just put here */
struct DATEChunkHandler : ChunkHandler {
DATEChunkHandler() : ChunkHandler('DATE', CH_TABLE)
{
this->load_check = true;
}
DATEChunkHandler() : ChunkHandler('DATE', CH_TABLE) {}
void Save() const override
{