Drop calls to g_type_init()

And bump our GLib requirement.
This commit is contained in:
Colin Walters 2012-10-16 10:58:08 -04:00
parent 1eb27e4bf8
commit 5428e934b2
3 changed files with 0 additions and 4 deletions

View File

@ -128,7 +128,6 @@ main(int argc, char **argv)
{
gint ret;
g_type_init ();
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/cmph-bdz/search", test_search);

View File

@ -10,8 +10,6 @@ main (int argc,
GOutputStream *stdout;
GModule *self;
g_type_init ();
stdout = g_unix_output_stream_new (1, FALSE);
self = g_module_open (NULL, 0);

View File

@ -56,7 +56,6 @@ test_build_retrieve (void)
int
main(int argc, char **argv)
{
g_type_init ();
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/gthash/build-retrieve", test_build_retrieve);