Remove another call to g_type_init()

This commit is contained in:
Florian Müllner 2012-11-19 19:53:37 +01:00
parent e73946f0bf
commit 38484bf967

View File

@ -81,8 +81,6 @@ main (int argc, char **argv)
return 1;
}
g_type_init ();
err = NULL;
pixbuf = gdk_pixbuf_new_from_file (argv[1], &err);
if (err != NULL)