From 914386e4a520cb0c48df7672e4add7b7b35f1b89 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 29 Nov 2000 20:41:18 +0000 Subject: Remove no-longer-needed e_unicode_init. * component/main.c (main): Remove no-longer-needed e_unicode_init. svn path=/trunk/; revision=6722 --- executive-summary/ChangeLog | 4 ++++ executive-summary/component/main.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'executive-summary') diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 5ff2ff374f..cbe7a0c3db 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,7 @@ +2000-11-29 Dan Winship + + * component/main.c (main): Remove no-longer-needed e_unicode_init. + 2000-17-10 Iain Holmes * component/e-summary.c (make_control_html): Set the configure button diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 9c331ce813..2fb5d5bfa9 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -68,8 +68,6 @@ main (int argc, gconf_init (argc, argv, NULL); #endif - e_unicode_init (); - e_cursors_init (); component_factory_init (); -- cgit