From 60ff9e4627885aff9ceefebbc784f7d569f3fa96 Mon Sep 17 00:00:00 2001 From: mart0258 Date: Fri, 18 Dec 2009 15:16:16 +0000 Subject: [PATCH] fix compilation error --- src/movie.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/movie.cpp b/src/movie.cpp index c93de47b..d1c30c37 100644 --- a/src/movie.cpp +++ b/src/movie.cpp @@ -470,8 +470,6 @@ int MovieData::loadGreenzone(std::istream *is, bool binary) } greenZoneCount=size; - UpdateTasEdit(); - return 1; }