diff options
Diffstat (limited to 'examples/test-xml.c')
-rw-r--r-- | examples/test-xml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/test-xml.c b/examples/test-xml.c index f8460db..5e81625 100644 --- a/examples/test-xml.c +++ b/examples/test-xml.c @@ -114,7 +114,6 @@ main (gint argc, gchar **argv) GMainLoop *loop; g_type_init (); - g_thread_init (NULL); loop = g_main_loop_new (NULL, FALSE); |