fix compilation error

This commit is contained in:
mart0258 2009-12-18 15:16:16 +00:00
parent f0b33ec203
commit 60ff9e4627
1 changed files with 0 additions and 2 deletions

View File

@ -470,8 +470,6 @@ int MovieData::loadGreenzone(std::istream *is, bool binary)
} }
greenZoneCount=size; greenZoneCount=size;
UpdateTasEdit();
return 1; return 1;
} }