summaryrefslogtreecommitdiffstats
path: root/pokemod/Pokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Pokemon.h')
-rw-r--r--pokemod/Pokemon.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pokemod/Pokemon.h b/pokemod/Pokemon.h
index d0544d77..d8360e6a 100644
--- a/pokemod/Pokemon.h
+++ b/pokemod/Pokemon.h
@@ -172,9 +172,6 @@ namespace PokeGen
void DeletePokemonNature(const String &n);
private:
void Validate();
-# ifdef PG_DEBUG_WINDOW
- void Validate(const wxListBox &output);
-# endif
String name;
bool baseStats[STH_END_GSC];