Added license info regarding new font + removed debug prints

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5809 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-08-29 19:56:40 +00:00
parent e79025b041
commit edc613ed10
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -88,8 +88,6 @@ void ScalableFont::doReadXmlFile(io::IXMLReader* xml)
// FIXME: need to delete the created XML reader? // FIXME: need to delete the created XML reader?
io::IXMLReader* included = file_manager->createXMLReader( io::IXMLReader* included = file_manager->createXMLReader(
file_manager->getFontFile(filename.c_str())); file_manager->getFontFile(filename.c_str()));
printf("FONT: including '%s'\n", file_manager->getFontFile(filename.c_str()).c_str());
if (included == NULL) printf("Include not found :( :(\n");
if (included != NULL) if (included != NULL)
{ {
doReadXmlFile(included); doReadXmlFile(included);