diff --git a/code/ObjFileParser.cpp b/code/ObjFileParser.cpp index 7371b2d81..ddab8f786 100644 --- a/code/ObjFileParser.cpp +++ b/code/ObjFileParser.cpp @@ -101,8 +101,6 @@ ObjFile::Model *ObjFileParser::GetModel() const { // ------------------------------------------------------------------- // File parsing method. void ObjFileParser::parseFile( IOStreamBuffer &streamBuffer ) { - // only update every 100KB or it'll be too slow - const unsigned int updateProgressEveryBytes = 100 * 1024; unsigned int progressCounter = 0; const unsigned int bytesToProcess = streamBuffer.size(); const unsigned int progressTotal = 3 * bytesToProcess;