(Minherited): Declaration moved to input.c.
authorhanda <handa>
Wed, 13 Sep 2006 11:50:49 +0000 (11:50 +0000)
committerhanda <handa>
Wed, 13 Sep 2006 11:50:49 +0000 (11:50 +0000)
(mdraw__init): Don't initialize Minherited here.

src/draw.c

index 625f3f6..ebd6544 100644 (file)
@@ -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");