aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-09-28 01:25:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-09-28 01:26:05 +0800
commitf240fb587f0b9ed7e837fff8a1170ac0fc6d331e (patch)
treea0357b844f8685134b58cc77e72f0831276ef341 /mail
parentcaf4a5be23dd68c2ddd4dbabd3dde22a6f4a3a04 (diff)
downloadgsoc2013-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 'mail')
-rw-r--r--mail/test-mail-autoconfig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/test-mail-autoconfig.c b/mail/test-mail-autoconfig.c
index 2ce8cb600a..d6c431b8c9 100644
--- a/mail/test-mail-autoconfig.c
+++ b/mail/test-mail-autoconfig.c
@@ -27,8 +27,6 @@ main (gint argc,
EMailAutoconfig *autoconfig;
GError *error = NULL;
- g_type_init ();
-
if (argc < 2) {
g_printerr ("USAGE: %s EMAIL-ADDRESS\n", argv[0]);
exit (EXIT_FAILURE);