diff options
author | Dan Winship <danw@src.gnome.org> | 2000-11-30 04:41:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-11-30 04:41:18 +0800 |
commit | 914386e4a520cb0c48df7672e4add7b7b35f1b89 (patch) | |
tree | bc258125b5ccc805334b25dc46ff83eb354461b9 /executive-summary | |
parent | ac3f575649ef80153a7b0e3226a06aa04066f658 (diff) | |
download | gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.tar gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.tar.gz gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.tar.bz2 gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.tar.lz gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.tar.xz gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.tar.zst gsoc2013-evolution-914386e4a520cb0c48df7672e4add7b7b35f1b89.zip |
Remove no-longer-needed e_unicode_init.
* component/main.c (main): Remove no-longer-needed e_unicode_init.
svn path=/trunk/; revision=6722
Diffstat (limited to 'executive-summary')
-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 (); |