From be07743a9e1794455f41b69c0d231d366e89f922 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 7 Feb 2013 10:52:57 -0800 Subject: [PATCH] gst-app-maker: convert to 1.0 --- tools/gst-app-maker | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/gst-app-maker b/tools/gst-app-maker index d8f2f43..4fecc30 100755 --- a/tools/gst-app-maker +++ b/tools/gst-app-maker @@ -145,8 +145,6 @@ main (int argc, char *argv[]) GstReplace *replace; GMainLoop *main_loop; - if (!g_thread_supported ()) g_thread_init(NULL); - context = g_option_context_new ("- FIXME"); g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE); g_option_context_add_group (context, gst_init_get_option_group ()); -- 2.7.4