diff options
Diffstat (limited to 'pokemod/ItemStorage.cpp')
| -rw-r--r-- | pokemod/ItemStorage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pokemod/ItemStorage.cpp b/pokemod/ItemStorage.cpp index 3c73449a..66822f53 100644 --- a/pokemod/ItemStorage.cpp +++ b/pokemod/ItemStorage.cpp @@ -47,7 +47,6 @@ PokeGen::PokeMod::ItemStorage::~ItemStorage() void PokeGen::PokeMod::ItemStorage::Validate()
{
- isValid = true;
LogValidateStart("ItemStorage", id, name);
if (name == "")
{
@@ -65,7 +64,6 @@ void PokeGen::PokeMod::ItemStorage::Validate() #ifdef PG_DEBUG_WINDOW
void PokeGen::PokeMod::ItemStorage::Validate(const wxListBox &output)
{
- isValid = true;
LogValidateStart("ItemStorage", id, name);
if (name == "")
{
|
