(m17n_init): Don't call mchar_init.
authorhanda <handa>
Mon, 29 Oct 2007 02:12:29 +0000 (02:12 +0000)
committerhanda <handa>
Mon, 29 Oct 2007 02:12:29 +0000 (02:12 +0000)
src/m17n.c

index 348fdbd..c3d18e8 100644 (file)
@@ -65,9 +65,6 @@ m17n_init (void)
   if (mcoding__load_from_database () < 0)
     goto err;
   MDEBUG_PRINT_TIME ("INIT", (stderr, " to load coding definitions."));
-  if (mchar__init () < 0)
-    goto err;
-  MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize character module."));
   if (mlang__init () < 0)
     goto err;
   MDEBUG_PRINT_TIME ("INIT", (stderr, " to initialize language module"));