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