aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-19 20:22:33 +0800
committerXan Lopez <xan@igalia.com>2012-10-19 20:22:33 +0800
commit5f8520e28a0e3c9cef9a95b4d933d65c66daf76a (patch)
tree7372a4f31d50864dbeacb6580c20b024ff08e016 /lib
parentd99134cf4b53261275132370c5ad1b0cc5606291 (diff)
downloadgsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.tar
gsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.tar.gz
gsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.tar.bz2
gsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.tar.lz
gsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.tar.xz
gsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.tar.zst
gsoc2013-epiphany-5f8520e28a0e3c9cef9a95b4d933d65c66daf76a.zip
g_type_init is no longer mandatory in GObject
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-profile-migrator.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ephy-profile-migrator.c b/lib/ephy-profile-migrator.c
index 9acafd7e2..2f915e315 100644
--- a/lib/ephy-profile-migrator.c
+++ b/lib/ephy-profile-migrator.c
@@ -903,8 +903,6 @@ main (int argc, char *argv[])
GError *error = NULL;
EphyFileHelpersFlags file_helpers_flags = EPHY_FILE_HELPERS_NONE;
- g_type_init ();
-
option_group = g_option_group_new ("ephy-profile-migrator",
N_("Epiphany profile migrator"),
N_("Epiphany profile migrator options"),