From 55f6eca4a8876718f9050191c7f67594928151c1 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 14 Dec 2014 15:07:27 +0100 Subject: Remove deprecated g_thread_init --- logview/logview-main.c | 2 -- mate-screenshot/mate-screenshot.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/logview/logview-main.c b/logview/logview-main.c index b4426b4f..74dcb44b 100644 --- a/logview/logview-main.c +++ b/logview/logview-main.c @@ -84,8 +84,6 @@ main (int argc, char *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_thread_init (NULL); - context = create_option_context (); g_option_context_parse (context, &argc, &argv, &error); diff --git a/mate-screenshot/mate-screenshot.c b/mate-screenshot/mate-screenshot.c index 45682b88..0e122b47 100644 --- a/mate-screenshot/mate-screenshot.c +++ b/mate-screenshot/mate-screenshot.c @@ -1286,8 +1286,6 @@ main (int argc, char *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_thread_init (NULL); - context = g_option_context_new (_("Take a picture of the screen")); g_option_context_set_ignore_unknown_options (context, FALSE); g_option_context_set_help_enabled (context, TRUE); -- cgit v1.2.1