diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:17:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:17:01 +0800 |
commit | 42b257dc310636aae29a2c32a2745d91e0f3ea0c (patch) | |
tree | bcf4e4a391028c3620db24ac1f3b6545f229bc2d /addressbook/gui | |
parent | bdae39504b87a44226c661d619f0330c27648564 (diff) | |
download | gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.gz gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.bz2 gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.lz gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.xz gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.zst gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.zip |
Remove call to unicode_init.
* gui/component/addressbook-factory.c (main): Remove call to
unicode_init.
svn path=/trunk/; revision=9566
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 89514d6527..986e19f66d 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -17,7 +17,6 @@ #include <bonobo/bonobo-main.h> #include <glade/glade.h> #include <gal/widgets/e-cursors.h> -#include <unicode.h> #include "addressbook.h" #include "addressbook-component.h" @@ -73,8 +72,6 @@ main (int argc, char **argv) e_cursors_init(); - unicode_init(); - #if 0 g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); #endif |