goffice r2077 - trunk/goffice



Author: jbrefort
Date: Fri May  9 15:57:01 2008
New Revision: 2077
URL: http://svn.gnome.org/viewvc/goffice?rev=2077&view=rev

Log:
removed GOConf stuff which should not have been commited.


Modified:
   trunk/goffice/goffice.c

Modified: trunk/goffice/goffice.c
==============================================================================
--- trunk/goffice/goffice.c	(original)
+++ trunk/goffice/goffice.c	Fri May  9 15:57:01 2008
@@ -40,7 +40,6 @@
 #include <goffice/utils/go-format.h>
 #include <goffice/utils/go-font.h>
 #include <goffice/app/go-plugin-service.h>
-#include <goffice/app/go-conf.h>
 #include <goffice/component/go-component-factory.h>
 #include <gsf/gsf-utils.h>
 
@@ -101,7 +100,6 @@
 
 	bindtextdomain (GETTEXT_PACKAGE, libgoffice_locale_dir);
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
-	go_conf_init ();
 	go_fonts_init ();
 	go_math_init ();
 	gsf_init ();
@@ -145,7 +143,6 @@
 	gog_plugin_services_shutdown ();
 	go_currency_date_format_shutdown ();
 	go_number_format_shutdown ();
-	go_conf_shutdown ();
 #ifdef G_OS_WIN32
 	/* const_cast, we created these above */
 	g_free ((char *)libgoffice_data_dir);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]