From 6b82a212fd0b84088ce443940b3cf0b2c2946104 Mon Sep 17 00:00:00 2001 From: handa Date: Sun, 26 Sep 2004 23:41:49 +0000 Subject: [PATCH] (struct MGlyphString): Delete members mt, sub_width, sub_lbrearing, sub_rbearing, and region. --- src/internal-gui.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/internal-gui.h b/src/internal-gui.h index f1b65d0..70c8fe1 100644 --- a/src/internal-gui.h +++ b/src/internal-gui.h @@ -137,24 +137,18 @@ struct MGlyphString int size, inc, used; MGlyph *glyphs; - MText *mt; int from, to; short width, height, ascent, descent; short physical_ascent, physical_descent, lbearing, rbearing; short text_ascent, text_descent, line_ascent, line_descent; int indent, width_limit; - /* Members to keep temporary data while layouting. */ - short sub_width, sub_lbearing, sub_rbearing; - /* Copied for .anti_alias but never set if the frame's depth is less than 8. */ unsigned anti_alias : 1; MDrawControl control; - MDrawRegion region; - struct MGlyphString *next, *top; }; -- 1.7.10.4