* src/gnome/top-level.c: take out component manager initialization

and shutdown


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6402 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-12-20 11:03:55 +00:00
parent 5b717264ea
commit cdb59aa5db

View File

@ -434,8 +434,6 @@ gnucash_ui_init(void)
poptFreeContext (returnedPoptContext);
gnc_free_argv (restargv);
gnc_component_manager_init ();
/* initialization required for gtkhtml */
gdk_rgb_init ();
gtk_widget_set_default_colormap (gdk_rgb_get_cmap ());
@ -585,8 +583,6 @@ gnc_ui_destroy (void)
gnc_mdi_destroy (gnc_mdi_get_current ());
gnc_extensions_shutdown ();
gnc_component_manager_shutdown ();
}
/* ============================================================== */