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/Object.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'pokemod/Object.cpp') diff --git a/pokemod/Object.cpp b/pokemod/Object.cpp index d2d9c315..5fe480c9 100644 --- a/pokemod/Object.cpp +++ b/pokemod/Object.cpp @@ -36,13 +36,3 @@ bool PokeGen::PokeMod::Object::IsValid() Validate(); return isValid; } - -#ifdef PG_DEBUG_WINDOW -bool PokeGen::PokeMod::Object::IsValid(const wxListBox &output) -{ - isValid = (id != UINT_MAX); - if (isValid) - Validate(output); - return isValid; -} -#endif -- cgit