diff options
author | anbr <vdr07@deltab.de> | 2010-04-18 20:22:24 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-04-18 20:22:24 +0200 |
commit | c95f656b97e78b86f52cb76408fb605e6eb8c529 (patch) | |
tree | ccf51cdec341d5bb31f75b6162d4be66351b0b6b /ffont.c | |
parent | 9b8f166c974aeebcdba9a67226b213a3c3f4a448 (diff) | |
download | vdr-plugin-imonlcd-c95f656b97e78b86f52cb76408fb605e6eb8c529.tar.gz vdr-plugin-imonlcd-c95f656b97e78b86f52cb76408fb605e6eb8c529.tar.bz2 |
Remove unused line0.0.4
Diffstat (limited to 'ffont.c')
-rw-r--r-- | ffont.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ ciMonFont::ciMonFont(const char *Name, int CharHeight, int CharWidth) } } else { - //int xdpi = (int) ( ( 72.0 * 0.9 ) + 0.5 ); error = FT_Set_Char_Size(face, // handle to face object CharWidth << 6, // CharWidth in 1/64th of points CharHeight << 6, // CharHeight in 1/64th of points |