diff options
-rw-r--r-- | executive-summary/ChangeLog | 4 | ||||
-rw-r--r-- | executive-summary/component/main.c | 2 |
2 files changed, 4 insertions, 2 deletions
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 <danw@helixcode.com> + + * component/main.c (main): Remove no-longer-needed e_unicode_init. + 2000-17-10 Iain Holmes <iain@helixcode.com> * 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 (); |