tests: remove superfluous g_type_init() call
authorTim-Philipp Müller <tim@centricular.net>
Sat, 20 Oct 2012 12:01:41 +0000 (13:01 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 20 Oct 2012 12:01:41 +0000 (13:01 +0100)
It's deprecated in newer GLib and not needed here.

https://bugzilla.gnome.org/show_bug.cgi?id=686456

tests/check/elements/souphttpsrc.c

index 81554a2..0b3cd07 100644 (file)
@@ -445,8 +445,6 @@ souphttpsrc_suite (void)
 
   TCase *tc_chain, *tc_internet;
 
-  g_type_init ();
-
   s = suite_create ("souphttpsrc");
   tc_chain = tcase_create ("general");
   tc_internet = tcase_create ("internet");