summaryrefslogtreecommitdiff
path: root/examples/egl/testegl.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/egl/testegl.c')
-rw-r--r--examples/egl/testegl.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/egl/testegl.c b/examples/egl/testegl.c
index 615a8fe..b7e7745 100644
--- a/examples/egl/testegl.c
+++ b/examples/egl/testegl.c
@@ -1495,12 +1495,6 @@ main (int argc, char **argv)
state->current_buffer = NULL;
state->caps = NULL;
-#if !GLIB_CHECK_VERSION (2, 31, 0)
- /* must initialise the threading system before using any other GLib funtion */
- if (!g_thread_supported ())
- g_thread_init (NULL);
-#endif
-
ctx = g_option_context_new ("[ADDITIONAL ARGUMENTS]");
g_option_context_add_main_entries (ctx, options, NULL);
g_option_context_add_group (ctx, gst_init_get_option_group ());