From 24baee8bc7656faa7769a44d9731755f6e2e2a71 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 13 Aug 2004 12:03:07 +0000 Subject: [PATCH] (mdraw_glyph_list): Don't set glyph_code member. --- src/draw.c | 1 - 1 file changed, 1 deletion(-) 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; -- 1.7.10.4