MDLImporter: remove dead code.

pull/1302/head
Kim Kulling 2017-05-24 21:18:51 +02:00
parent 18b0316d52
commit 3c370c83b9
1 changed files with 0 additions and 4 deletions

View File

@ -546,10 +546,6 @@ void MDLImporter::ParseSkinLump_3DGS_MDL7(
} }
else if (iMasked || !iType || (iType && iWidth && iHeight)) else if (iMasked || !iType || (iType && iWidth && iHeight))
{ {
// ***** STANDARD COLOR TEXTURE *****
if(pcNew!= nullptr)
delete pcNew;
pcNew = new aiTexture(); pcNew = new aiTexture();
if (!iHeight || !iWidth) if (!iHeight || !iWidth)
{ {