summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Pig.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Pig.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mobs/Pig.h b/src/Mobs/Pig.h
index 276ac1df8..9a138f83e 100644
--- a/src/Mobs/Pig.h
+++ b/src/Mobs/Pig.h
@@ -30,8 +30,6 @@ public:
}
bool IsSaddled(void) const { return m_bIsSaddled; }
- virtual cBehaviorBreeder * GetBehaviorBreeder() override;
- virtual const cBehaviorBreeder * GetBehaviorBreeder() const override;
private:
// Tick controlling behaviors
cBehaviorBreeder m_BehaviorBreeder;