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/MoveEffect.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pokemod/MoveEffect.cpp') diff --git a/pokemod/MoveEffect.cpp b/pokemod/MoveEffect.cpp index e3dc82f6..388ed6c3 100644 --- a/pokemod/MoveEffect.cpp +++ b/pokemod/MoveEffect.cpp @@ -46,11 +46,7 @@ PokeGen::PokeMod::MoveEffect::~MoveEffect() LogDtor("MoveEffect", id); } -#ifdef PG_DEBUG_WINDOW -void PokeGen::PokeMod::MoveEffect::Validate(const wxListBox &output) -#else void PokeGen::PokeMod::MoveEffect::Validate() -#endif { LogValidateStart("MoveEffect", id); // TODO (Validation#1#): MoveEffect Validation -- cgit