Drop g_thread_init()
It's not necessary any more, and it has been deprecated.
This commit is contained in:
parent
389d247278
commit
3690ddc4a0
@ -120,7 +120,6 @@ test_texture_async_main (int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
gchar *path;
|
gchar *path;
|
||||||
|
|
||||||
g_thread_init (NULL);
|
|
||||||
clutter_threads_init ();
|
clutter_threads_init ();
|
||||||
|
|
||||||
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user