summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-04-18 20:22:24 +0200
committeranbr <vdr07@deltab.de>2010-04-18 20:22:24 +0200
commitc95f656b97e78b86f52cb76408fb605e6eb8c529 (patch)
treeccf51cdec341d5bb31f75b6162d4be66351b0b6b
parent9b8f166c974aeebcdba9a67226b213a3c3f4a448 (diff)
downloadvdr-plugin-imonlcd-c95f656b97e78b86f52cb76408fb605e6eb8c529.tar.gz
vdr-plugin-imonlcd-c95f656b97e78b86f52cb76408fb605e6eb8c529.tar.bz2
Remove unused line0.0.4
-rw-r--r--ffont.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffont.c b/ffont.c
index 3a3f5ec..b2a0003 100644
--- a/ffont.c
+++ b/ffont.c
@@ -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