From 3beb3efa30181600fb756ca108f0b799b851871f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Mon, 8 Oct 2012 09:57:57 -0400 Subject: Remove extensions support This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630 --- src/ephy-main.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ephy-main.c') diff --git a/src/ephy-main.c b/src/ephy-main.c index b2fc704be..d79d1ca23 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -42,10 +42,6 @@ #include #include -#ifdef ENABLE_INTROSPECTION -#include -#endif - static GQuark startup_error_quark = 0; #define STARTUP_ERROR_QUARK (startup_error_quark) @@ -331,10 +327,6 @@ main (int argc, g_option_context_set_main_group (option_context, option_group); -#ifdef ENABLE_INTROSPECTION - g_option_context_add_group (option_context, g_irepository_get_option_group ()); -#endif - g_option_context_add_group (option_context, gtk_get_option_group (TRUE)); #ifdef GNOME_ENABLE_DEBUG -- cgit v1.2.3