From 65cc463f1d91fe99acf1c4dd9bce7e0038593022 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 3 Jul 2007 04:20:36 +0000 Subject: 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 --- pokemod/Pokemon.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'pokemod/Pokemon.h') 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]; -- cgit