summaryrefslogtreecommitdiff
path: root/gio/tests/cancellable.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-10-15 12:00:51 -0400
committerRyan Lortie <desrt@desrt.ca>2012-10-16 09:39:24 -0400
commit1dc774a653e992e1153fbed16f90097fa8db467f (patch)
tree29b661c8787cf6aebf12c1393f4fd24b3a43dd4a /gio/tests/cancellable.c
parent7c42ab23b55c43ab96d0ac2124b550bf1f49c1ec (diff)
Remove g_type_init() calls
Very many testcases, some GLib tools (resource compiler, etc) and GApplication were calling g_type_init(). Remove those uses, as they are no longer required. https://bugzilla.gnome.org/show_bug.cgi?id=686161
Diffstat (limited to 'gio/tests/cancellable.c')
-rw-r--r--gio/tests/cancellable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gio/tests/cancellable.c b/gio/tests/cancellable.c
index bd2958bc4..deadb3872 100644
--- a/gio/tests/cancellable.c
+++ b/gio/tests/cancellable.c
@@ -221,7 +221,6 @@ test_cancel_multiple_concurrent (void)
int
main (int argc, char *argv[])
{
- g_type_init ();
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/cancellable/multiple-concurrent", test_cancel_multiple_concurrent);