Removed eroneous cancel() and join() from the DatabasePager::run() method.

This commit is contained in:
Robert Osfield
2004-08-27 12:04:29 +00:00
parent 5d8d05970e
commit 2bfc9c855c

View File

@@ -451,9 +451,7 @@ void DatabasePager::run()
}
} while (!testCancel());
cancel();
join();
}
void DatabasePager::addLoadedDataToSceneGraph(double timeStamp)