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 --- mate-screenshot/mate-screenshot.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mate-screenshot') 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