diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Sheep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mobs/Sheep.h b/src/Mobs/Sheep.h index 8ed91915e..89fa41edf 100644 --- a/src/Mobs/Sheep.h +++ b/src/Mobs/Sheep.h @@ -43,8 +43,6 @@ public: int GetFurColor(void) const { return m_WoolColor; } void SetFurColor(int a_WoolColor) { m_WoolColor = a_WoolColor; } - virtual cBehaviorBreeder * GetBehaviorBreeder() override; - virtual const cBehaviorBreeder * GetBehaviorBreeder() const override; private: // Tick controlling behaviors |