diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:18:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:18:44 +0800 |
commit | 0d7717153d2677e7f39bb35e05640c8e80475fa7 (patch) | |
tree | 8a7092f847e3be9f4990ed82c23a0b4af80a0ed4 /shell/main.c | |
parent | 42b257dc310636aae29a2c32a2745d91e0f3ea0c (diff) | |
download | gsoc2013-evolution-0d7717153d2677e7f39bb35e05640c8e80475fa7.tar.gz gsoc2013-evolution-0d7717153d2677e7f39bb35e05640c8e80475fa7.tar.zst gsoc2013-evolution-0d7717153d2677e7f39bb35e05640c8e80475fa7.zip |
Remove $(UNICODE_LIBS).
* Makefile.am (evolution_LDADD): Remove $(UNICODE_LIBS).
* main.c (main): Remove call to unicode_init.
svn path=/trunk/; revision=9567
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index 3493e6d2d8..8f0bb6c414 100644 --- a/shell/main.c +++ b/shell/main.c @@ -36,7 +36,6 @@ #include <bonobo/bonobo-main.h> #include <glade/glade.h> #include <liboaf/liboaf.h> -#include <unicode.h> #include <gal/widgets/e-gui-utils.h> #include <gal/widgets/e-cursors.h> @@ -209,7 +208,6 @@ main (int argc, char **argv) oaf_init (argc, argv); glade_gnome_init (); - unicode_init (); e_cursors_init (); gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png"); |