From c95f656b97e78b86f52cb76408fb605e6eb8c529 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 18 Apr 2010 20:22:24 +0200 Subject: Remove unused line --- ffont.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3