Removed stupid debug stuff

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1227 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2009-10-02 13:23:51 +00:00
parent b4edcffc43
commit 668f8d3db8

View File

@ -299,7 +299,6 @@ FT_Error FontLoader::CreateBitmapFont(FT_Face face, unsigned int charSize, const
// Update the character size (it may have been changed by the function) // Update the character size (it may have been changed by the function)
font.myCharSize = charSize; font.myCharSize = charSize;
font.myTexture.SaveToFile("aaa.png");
return 0; return 0;
} }