Remove another call to g_type_init()
This commit is contained in:
parent
e73946f0bf
commit
38484bf967
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue