summaryrefslogtreecommitdiffstats
path: root/src/Mobs/PassiveMonster.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/PassiveMonster.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Mobs/PassiveMonster.cpp b/src/Mobs/PassiveMonster.cpp
index 8773e4f79..0b1349111 100644
--- a/src/Mobs/PassiveMonster.cpp
+++ b/src/Mobs/PassiveMonster.cpp
@@ -50,23 +50,6 @@ void cPassiveMonster::Destroyed()
-
-
-cBehaviorBreeder * cPassiveMonster::GetBehaviorBreeder()
-{
- return &m_BehaviorBreeder;
-}
-
-
-
-
-
-const cBehaviorBreeder * cPassiveMonster::GetBehaviorBreeder() const
-{
- return static_cast<const cBehaviorBreeder *>(&m_BehaviorBreeder);
-}
-
-
void cPassiveMonster::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
{
super::Tick(a_Dt, a_Chunk);