Drop g_thread_init()
It's not necessary any more, and it has been deprecated.
This commit is contained in:
parent
389d247278
commit
3690ddc4a0
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ test_texture_async_main (int argc, char *argv[])
|
|||
{
|
||||
gchar *path;
|
||||
|
||||
g_thread_init (NULL);
|
||||
clutter_threads_init ();
|
||||
|
||||
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
|
||||
|
|
Loading…
Add table
Reference in a new issue