From 432790c4ff89aa0f51c9dc9d68048b52f9e7c343 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 15 Feb 2010 11:11:04 +0200 Subject: test-colorkey: remove the XInitThreads() We don't do this is any other example, this should be done for us in gdk it if would be needed. --- tests/icles/test-colorkey.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/icles/test-colorkey.c b/tests/icles/test-colorkey.c index 9acab177..b727e806 100644 --- a/tests/icles/test-colorkey.c +++ b/tests/icles/test-colorkey.c @@ -30,8 +30,6 @@ #include #include -#include - #include #include #include @@ -167,11 +165,6 @@ main (int argc, char **argv) if (!g_thread_supported ()) g_thread_init (NULL); - if (!XInitThreads ()) { - g_print ("XInitThreads failed\n"); - exit (-1); - } - gst_init (&argc, &argv); gtk_init (&argc, &argv); -- cgit