remove now unneeded Q_ASSERTs
Signed-off-by: Tayou <git@tayou.org>
This commit is contained in:
parent
7d5206818b
commit
0fe3241df6
2 changed files with 0 additions and 4 deletions
|
@ -189,8 +189,6 @@ bool processPackPNG(const TexturePack& pack)
|
|||
return false;
|
||||
}
|
||||
case ResourceType::ZIPFILE: {
|
||||
Q_ASSERT(pack.type() == ResourceType::ZIPFILE);
|
||||
|
||||
QuaZip zip(pack.fileinfo().filePath());
|
||||
if (!zip.open(QuaZip::mdUnzip))
|
||||
return false; // can't open zip file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue