diff options
Diffstat (limited to 'camel/camel.c')
-rw-r--r-- | camel/camel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/camel.c b/camel/camel.c index 6228c7227c..f2d8b8d369 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -27,7 +27,6 @@ #include <config.h> #endif -#include <unicode.h> #ifdef HAVE_NSS #include <nspr.h> #include <prthread.h> @@ -53,8 +52,6 @@ camel_init (const char *certdb_dir, gboolean nss_init) if (getenv ("CAMEL_VERBOSE_DEBUG")) camel_verbose_debug = TRUE; - unicode_init (); - #ifdef HAVE_NSS if (nss_init) { PR_Init (PR_SYSTEM_THREAD, PR_PRIORITY_NORMAL, 10); |