summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/World.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-08-03 05:30:46 +0200
committerPetr Mrázek <peterix@gmail.com>2019-08-03 05:30:46 +0200
commit7d13e3119801862b9fdf64b11a45c41a64b4fc46 (patch)
treebf57acec88e4c4f09605603291d5483da2a13ab6 /api/logic/minecraft/World.cpp
parent40c9af1a8b2f42f4c90c8d358eac43370c04a227 (diff)
downloadMultiMC-7d13e3119801862b9fdf64b11a45c41a64b4fc46.tar
MultiMC-7d13e3119801862b9fdf64b11a45c41a64b4fc46.tar.gz
MultiMC-7d13e3119801862b9fdf64b11a45c41a64b4fc46.tar.lz
MultiMC-7d13e3119801862b9fdf64b11a45c41a64b4fc46.tar.xz
MultiMC-7d13e3119801862b9fdf64b11a45c41a64b4fc46.zip
NOISSUE refactor Mod a bunch, get rid of dead code
Diffstat (limited to 'api/logic/minecraft/World.cpp')
-rw-r--r--api/logic/minecraft/World.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/api/logic/minecraft/World.cpp b/api/logic/minecraft/World.cpp
index 79b8c22e..17dbf4ae 100644
--- a/api/logic/minecraft/World.cpp
+++ b/api/logic/minecraft/World.cpp
@@ -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();
-}