mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 09:16:10 -05:00
Remove another call to g_type_init()
This commit is contained in:
parent
e73946f0bf
commit
38484bf967
@ -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 New Issue
Block a user