remove libpng

This commit is contained in:
Eduardo Bart
2011-05-12 20:31:10 -03:00
parent a396df51cc
commit 851e8eca2a
2 changed files with 2 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
class TextureLoader
{
public:
/// Load a png textures using libpng
/// Load a png textures
static TexturePtr loadPNG(uchar *fileData, uint fileSize);
};