summaryrefslogtreecommitdiff
path: root/src/mg_ore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mg_ore.cpp')
-rw-r--r--src/mg_ore.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mg_ore.cpp b/src/mg_ore.cpp
index 9e2d456ee..edbb224c1 100644
--- a/src/mg_ore.cpp
+++ b/src/mg_ore.cpp
@@ -70,12 +70,6 @@ Ore::~Ore()
}
-std::string Ore::getName()
-{
- return name;
-}
-
-
size_t Ore::placeOre(Mapgen *mg, u32 blockseed, v3s16 nmin, v3s16 nmax)
{
int in_range = 0;