From 0f5ee8325e338da2bb60a6772523dfd4ef8ef9c9 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 13 Sep 2006 11:50:49 +0000 Subject: [PATCH] (Minherited): Declaration moved to input.c. (mdraw__init): Don't initialize Minherited here. --- src/draw.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/draw.c b/src/draw.c index 625f3f6..ebd6544 100644 --- a/src/draw.c +++ b/src/draw.c @@ -80,7 +80,7 @@ static MSymbol M_glyph_string; /* Special scripts */ -static MSymbol Minherited, Mcommon; +static MSymbol Mcommon; /* Special categories */ static MSymbol McatCc, McatCf; @@ -1877,7 +1877,6 @@ mdraw__init () memset (&scratch_gstring, 0, sizeof (scratch_gstring)); MLIST_INIT1 (&scratch_gstring, glyphs, 3); - Minherited = msymbol ("inherited"); Mcommon = msymbol ("common"); McatCc = msymbol ("Cc"); -- 1.7.10.4