summaryrefslogtreecommitdiff
path: root/tests/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/output.c')
-rw-r--r--tests/output.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/output.c b/tests/output.c
index e1ac5cc6..b100f032 100644
--- a/tests/output.c
+++ b/tests/output.c
@@ -121,11 +121,6 @@ video_output_init (int *argc, char *argv[], GOptionEntry * options)
GOptionContext *ctx;
gboolean success;
-#if !GLIB_CHECK_VERSION(2,31,0)
- if (!g_thread_supported ())
- g_thread_init (NULL);
-#endif
-
ctx = g_option_context_new ("- test options");
if (!ctx)
return FALSE;