This commit is contained in:
Phillip Stephens 2015-09-28 22:49:04 -07:00
parent b73b2b25ea
commit dc9dcdcd79
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ bool DiscBase::IPartition::Node::extractToDirectory(const SystemString& basePath
for (Node& subnode : *this)
if (!subnode.extractToDirectory(path, ctx))
return false;
if (ctx.verbose && ctx.progressCB)
ctx.progressCB(getName());
}
else if (m_kind == NODE_FILE)
{