summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-11-11 17:19:59 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-01-07 13:49:43 +0000
commite3d4c2977fbf086e7d42c77e3713e1bcddda2a9c (patch)
tree6b9bd0fb1a069796367724a31e822797129febd7 /tests/lib
parent4480d2b9f5bb72c8acf0e9f712c6f8346a174f91 (diff)
downloadtelepathy-glib-e3d4c2977fbf086e7d42c77e3713e1bcddda2a9c.tar.gz
Stop calling g_type_init()
It was deprecated in GLib 2.36, and we already have a hard dependency on that version. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/util.c b/tests/lib/util.c
index 6dd6dd4fd..d5751f4a3 100644
--- a/tests/lib/util.c
+++ b/tests/lib/util.c
@@ -84,8 +84,6 @@ start_dbus_session (void)
{
g_assert (test_dbus == NULL);
- g_type_init ();
-
g_test_dbus_unset ();
/* GLib 2.36 does not unset STARTER env variables but tp-glib are using them.
@@ -379,7 +377,6 @@ void
tp_tests_init (int *argc,
char ***argv)
{
- g_type_init ();
tp_tests_abort_after (10);
tp_debug_set_flags ("all");