diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Rabbit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Mobs/Rabbit.h b/src/Mobs/Rabbit.h index 89760cd7c..119ba280b 100644 --- a/src/Mobs/Rabbit.h +++ b/src/Mobs/Rabbit.h @@ -46,9 +46,6 @@ public: eRabbitType GetRabbitType() const { return m_Type; } int GetMoreCarrotTicks() const { return m_MoreCarrotTicks; } - - virtual cBehaviorBreeder * GetBehaviorBreeder() override; - virtual const cBehaviorBreeder * GetBehaviorBreeder() const override; private: // Tick controlling behaviors cBehaviorBreeder m_BehaviorBreeder; |