NOISSUE refactor Mod a bunch, get rid of dead code
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user