Remove $(UNICODE_LIBS).
* Makefile.am (evolution_LDADD): Remove $(UNICODE_LIBS). * main.c (main): Remove call to unicode_init. svn path=/trunk/; revision=9567
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-04-25 Dan Winship <danw@ximian.com>
|
||||
|
||||
* Makefile.am (evolution_LDADD): Remove $(UNICODE_LIBS).
|
||||
|
||||
* main.c (main): Remove call to unicode_init.
|
||||
|
||||
2001-04-25 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* evolution-shell-client.c (destroy): free the private member
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user