diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2007-07-03 04:20:36 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2007-07-03 04:20:36 +0000 |
| commit | 65cc463f1d91fe99acf1c4dd9bce7e0038593022 (patch) | |
| tree | 95644c3c42a4a23db50dc42722cdeb4489427e14 /pokemod/MoveEffect.cpp | |
| parent | 9102febc37475af113681eaaee02ecc2ea04b4da (diff) | |
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/MoveEffect.cpp')
| -rw-r--r-- | pokemod/MoveEffect.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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
|
