summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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