From: handa Date: Fri, 13 Aug 2004 12:03:07 +0000 (+0000) Subject: (mdraw_glyph_list): Don't set glyph_code member. X-Git-Tag: REL-1-1-0~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=24baee8bc7656faa7769a44d9731755f6e2e2a71;p=m17n%2Fm17n-lib.git (mdraw_glyph_list): Don't set glyph_code member. --- diff --git a/src/draw.c b/src/draw.c index db27a0c..f9e2b10 100644 --- a/src/draw.c +++ b/src/draw.c @@ -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;