diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-08 21:57:57 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-08 22:01:26 +0800 |
commit | 3beb3efa30181600fb756ca108f0b799b851871f (patch) | |
tree | 5f639f01b3f4336c69ba34e21bc192a5ed13f5d2 /src/ephy-main.c | |
parent | be3e52e1c22a05b655c3b322045d1f5c6fd76c7f (diff) | |
download | gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.gz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.bz2 gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.lz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.xz gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.tar.zst gsoc2013-epiphany-3beb3efa30181600fb756ca108f0b799b851871f.zip |
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
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 8 |
1 files changed, 0 insertions, 8 deletions
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 <libxml/xmlversion.h> #include <string.h> -#ifdef ENABLE_INTROSPECTION -#include <girepository.h> -#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 |