summaryrefslogtreecommitdiffstats
path: root/pokemod/AbilityEffect.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-07-03 04:20:36 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-07-03 04:20:36 +0000
commit65cc463f1d91fe99acf1c4dd9bce7e0038593022 (patch)
tree95644c3c42a4a23db50dc42722cdeb4489427e14 /pokemod/AbilityEffect.h
parent9102febc37475af113681eaaee02ecc2ea04b4da (diff)
downloadsigen-65cc463f1d91fe99acf1c4dd9bce7e0038593022.tar.gz
sigen-65cc463f1d91fe99acf1c4dd9bce7e0038593022.tar.xz
sigen-65cc463f1d91fe99acf1c4dd9bce7e0038593022.zip
Fixed Logging, minor fixes, got rid of NatureEffect, and started migration from wxGTK to Qt
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@22 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/AbilityEffect.h')
-rw-r--r--pokemod/AbilityEffect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/AbilityEffect.h b/pokemod/AbilityEffect.h
index 8ebfa520..e4f13d26 100644
--- a/pokemod/AbilityEffect.h
+++ b/pokemod/AbilityEffect.h
@@ -85,9 +85,6 @@ namespace PokeGen
unsigned GetTval2Denom() const;
private:
void Validate();
-# ifdef PG_DEBUG_WINDOW
- void Validate(const wxListBox &output);
-# endif
Frac chance;
unsigned effect;