summaryrefslogtreecommitdiffstats
path: root/source/Mobs/PassiveMonster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/PassiveMonster.cpp')
-rw-r--r--source/Mobs/PassiveMonster.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Mobs/PassiveMonster.cpp b/source/Mobs/PassiveMonster.cpp
index 3d7b8c8aa..8c69c8059 100644
--- a/source/Mobs/PassiveMonster.cpp
+++ b/source/Mobs/PassiveMonster.cpp
@@ -55,11 +55,5 @@ void cPassiveMonster::Tick(float a_Dt, cChunk & a_Chunk)
-cMonster::eFamily cPassiveMonster::GetMobFamily() const
-{
- return mfPassive;
-}
-
-