From 7f065cce1535c8998135dff595139ce95b27eba1 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Oct 2007 02:12:29 +0000 Subject: [PATCH] (m17n_init): Don't call mchar_init. --- src/m17n.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/m17n.c b/src/m17n.c index 348fdbd..c3d18e8 100644 --- a/src/m17n.c +++ b/src/m17n.c @@ -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")); -- 1.7.10.4