[Kazehakase-cvs] CVS update: kazehakase/src

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Mon Mar 19 15:02:11 JST 2007


Index: kazehakase/src/main.c
diff -u kazehakase/src/main.c:1.138 kazehakase/src/main.c:1.139
--- kazehakase/src/main.c:1.138	Thu Mar 15 08:22:08 2007
+++ kazehakase/src/main.c	Mon Mar 19 15:02:11 2007
@@ -34,9 +34,6 @@
 #include "kz-ext.h"
 #include "kz-actions-tab.h"
 #include "utils.h"
-#ifdef WITH_GECKO
-#include "mozilla.h"
-#endif
 
 KzApp	       *kz_app		  = NULL;
 
@@ -478,11 +475,6 @@
 	kz_app = kz_app_new(argc, argv);
 	kz_ext_init(kz_app, &init_address);
 
-#ifdef WITH_GECKO
-#warning FIXME! Initializaton of mozilla should be called somewhere else.
-	mozilla_init(KZ_GET_GLOBAL_PROFILE);
-#endif
-
 	/* create window */	
 	KZ_CONF_GET("Session", "restore", restore, BOOL);
 	if (restore)
@@ -517,9 +509,6 @@
 	dupl_check_server = NULL;
 
 	kz_ext_exit();
-#ifdef WITH_GECKO
-	mozilla_exit();
-#endif
 
 	g_object_unref(kz_app);
 


More information about the Kazehakase-cvs mailing list
Back to archive index