(mdraw_glyph_list): Don't set glyph_code member.
authorhanda <handa>
Fri, 13 Aug 2004 12:03:07 +0000 (12:03 +0000)
committerhanda <handa>
Fri, 13 Aug 2004 12:03:07 +0000 (12:03 +0000)
src/draw.c

index db27a0c..f9e2b10 100644 (file)
@@ -2535,7 +2535,6 @@ mdraw_glyph_info (MFrame *frame, MText *mt, int from, int pos,
     }
   info->from = g->pos;
   info->to = g->to;
-  info->glyph_code = g->code;
   info->this.x = g->lbearing;
   info->this.y = - gstring->line_ascent;
   info->this.height = gstring->height;