summaryrefslogtreecommitdiffstats
path: root/pokemod/MoveEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/MoveEffect.h')
-rw-r--r--pokemod/MoveEffect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/MoveEffect.h b/pokemod/MoveEffect.h
index 20c81fd9..93b13857 100644
--- a/pokemod/MoveEffect.h
+++ b/pokemod/MoveEffect.h
@@ -130,9 +130,6 @@ class MoveEffect : public Object
MoveEffect& operator=(const MoveEffect& rhs);
private:
bool validate() const;
- void clear()
- {
- }
Fraction m_chance;
int m_effect;