Remove PICA image dumping/libpng

This commit is contained in:
James 2018-03-07 09:10:54 +11:00
parent febbaed14e
commit 9829a84fc6
5 changed files with 0 additions and 128 deletions

View file

@ -393,9 +393,6 @@ static void ProcessTriangleInternal(const Vertex& v0, const Vertex& v1, const Ve
// TODO: Apply the min and mag filters to the texture
texture_color[i] = Texture::LookupTexture(texture_data, s, t, info);
#if PICA_DUMP_TEXTURES
DebugUtils::DumpTexture(texture.config, texture_data);
#endif
}
}