NOISSUE refactor Mod a bunch, get rid of dead code
This commit is contained in:
parent
40c9af1a8b
commit
7d13e31198
16 changed files with 284 additions and 375 deletions
|
@ -429,7 +429,3 @@ bool World::operator==(const World &other) const
|
|||
{
|
||||
return is_valid == other.is_valid && folderName() == other.folderName();
|
||||
}
|
||||
bool World::strongCompare(const World &other) const
|
||||
{
|
||||
return is_valid == other.is_valid && folderName() == other.folderName();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue