diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-28 01:25:35 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-28 01:26:05 +0800 |
commit | f240fb587f0b9ed7e837fff8a1170ac0fc6d331e (patch) | |
tree | a0357b844f8685134b58cc77e72f0831276ef341 /addressbook/tools/evolution-addressbook-export.c | |
parent | caf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04 (diff) | |
download | gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.tar gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.tar.gz gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.tar.bz2 gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.tar.lz gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.tar.xz gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.tar.zst gsoc2013-evolution-f240fb587f0b9ed7e837fff8a1170ac0fc6d331e.zip |
Remove all g_type_init() calls.
g_type_init() is deprecated in GLib 2.36.
Diffstat (limited to 'addressbook/tools/evolution-addressbook-export.c')
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index 685fab27f7..04b33d780f 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -104,8 +104,6 @@ main (gint argc, #endif #endif - g_type_init (); - /*i18n-lize */ bindtextdomain (GETTEXT_PACKAGE, EVOLUTION_LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); |