summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.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/Rules.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/Rules.h')
-rw-r--r--pokemod/Rules.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/Rules.h b/pokemod/Rules.h
index 07716c58..39d9b2b0 100644
--- a/pokemod/Rules.h
+++ b/pokemod/Rules.h
@@ -95,9 +95,6 @@ class Rules : public Object
Rules& operator=(const Rules& rhs);
private:
bool validate() const;
- void clear()
- {
- }
bool m_genderAllowed;
bool m_breedingAllowed;