diff options
author | lordjaxom <lordjaxom> | 2005-01-05 19:29:10 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-01-05 19:29:10 +0000 |
commit | 80259a779293a1ad0c75b18b186aca0b6cc63eb7 (patch) | |
tree | 50ff0fc7294c9f28435acf7f90f4c481dcc85c88 /font.c | |
parent | c988360698b2ba87b76cc33e7e9b0e63d0274415 (diff) | |
download | vdr-plugin-text2skin-80259a779293a1ad0c75b18b186aca0b6cc63eb7.tar.gz vdr-plugin-text2skin-80259a779293a1ad0c75b18b186aca0b6cc63eb7.tar.bz2 |
- removed debug message
Diffstat (limited to 'font.c')
-rw-r--r-- | font.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $Id: font.c,v 1.2 2004/12/28 14:35:54 lordjaxom Exp $ + * $Id: font.c,v 1.3 2005/01/05 19:29:10 lordjaxom Exp $ */ #include "font.h" @@ -32,7 +32,6 @@ const cFont *cText2SkinFont::Load(const std::string &Path, const std::string &Fi #ifdef HAVE_FREETYPE char *cachename; asprintf(&cachename, "%s_%d_%d_%d", Filename.c_str(), Size, Width, Setup.OSDLanguage); - Dprintf("trying now: %s %s\n", (Path + "/" + Filename).c_str(), cachename); if (mFontCache.Load(Path + "/" + Filename, cachename, Size, Setup.OSDLanguage, Width)) res = mFontCache.GetFont(cachename); else |