Drop deprecated g_thread_init call
GThread will automatically initialize at program start now. https://bugzilla.gnome.org/show_bug.cgi?id=662011
This commit is contained in:
@ -29,7 +29,6 @@ int main (int argc, char **argv)
|
||||
ClutterAnimation *animation;
|
||||
ClutterColor red, green, blue;
|
||||
|
||||
g_thread_init (NULL);
|
||||
gst_init (&argc, &argv);
|
||||
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user