tests: remove superfluous g_type_init() call

It's deprecated in newer GLib and not needed here.

https://bugzilla.gnome.org/show_bug.cgi?id=686456
This commit is contained in:
Tim-Philipp Müller 2012-10-20 13:01:41 +01:00
parent 5ab46eff83
commit ff33d8d263

View 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");