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