summaryrefslogtreecommitdiffstats
path: root/pokemod/MoveEffect.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-04-29 01:18:47 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-04-29 01:18:47 +0000
commit40d6f3579a23c50a5570de3f511a407924703ec1 (patch)
treedeba50e4749e2bcdf3bb7ff7bb2aa57ab1121178 /pokemod/MoveEffect.h
parent72e08e3222064d72d7a6f1bf9fcb294b22569c06 (diff)
downloadsigen-40d6f3579a23c50a5570de3f511a407924703ec1.tar.gz
sigen-40d6f3579a23c50a5570de3f511a407924703ec1.tar.xz
sigen-40d6f3579a23c50a5570de3f511a407924703ec1.zip
[FIX] Less repetative code in pokemod
[FIX] clear is no longer inline git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@115 6ecfd1a5-f3ed-3746-8530-beee90d26b22
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;