aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel.c')
-rw-r--r--camel/camel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel.c b/camel/camel.c
index 0121c1082f..dd46295e63 100644
--- a/camel/camel.c
+++ b/camel/camel.c
@@ -40,7 +40,8 @@ camel_init(void)
#endif /* G_THREADS_ENABLED */
#endif /* ENABLE_THREADS */
- unicode_init ();
+ /* Taken care of by e-util/e-unicode.c */
+ /*unicode_init ();*/
return 0;
}