summaryrefslogtreecommitdiff
path: root/src/gf/gfdrivr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gf/gfdrivr.c')
-rw-r--r--src/gf/gfdrivr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gf/gfdrivr.c b/src/gf/gfdrivr.c
index df38e4b8f..3bc846122 100644
--- a/src/gf/gfdrivr.c
+++ b/src/gf/gfdrivr.c
@@ -238,14 +238,14 @@
{
FT_Bitmap_Size* bsize = gfface->available_sizes;
- FT_UShort x_res, y_res;
+ /* FT_UShort x_res, y_res; */
bsize->height = (FT_Short) face->gf_glyph->font_bbx_h ;
bsize->width = (FT_Short) face->gf_glyph->font_bbx_w ;
bsize->size = (FT_Pos) face->gf_glyph->ds << 6 ;
- x_res = toint( go->hppp * 72.27 );
- y_res = toint( go->vppp * 72.27 );
+ /* x_res = toint( go->hppp * 72.27 ); */
+ /* y_res = toint( go->vppp * 72.27 ); */
bsize->y_ppem = (FT_Pos)(bsize->size/10) << 6 ;
bsize->x_ppem = (FT_Pos)bsize->y_ppem ;