From 0d7717153d2677e7f39bb35e05640c8e80475fa7 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Apr 2001 21:18:44 +0000 Subject: Remove $(UNICODE_LIBS). * Makefile.am (evolution_LDADD): Remove $(UNICODE_LIBS). * main.c (main): Remove call to unicode_init. svn path=/trunk/; revision=9567 --- shell/ChangeLog | 6 ++++++ shell/Makefile.am | 1 - shell/main.c | 2 -- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index 7f8ca23002..df31e7d133 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2001-04-25 Dan Winship + + * Makefile.am (evolution_LDADD): Remove $(UNICODE_LIBS). + + * main.c (main): Remove call to unicode_init. + 2001-04-25 JP Rosevear * evolution-shell-client.c (destroy): free the private member diff --git a/shell/Makefile.am b/shell/Makefile.am index b6eb99cba7..d8256b5e10 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -134,7 +134,6 @@ evolution_LDADD = \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ $(EXTRA_GNOME_LIBS) \ - $(UNICODE_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ $(BONOBO_GNOME_LIBS) 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 #include #include -#include #include #include @@ -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"); -- cgit v1.2.3